From 2512ac2b7d93cce3d7d743a7a2d51e2ac7bc6344 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 9 Oct 2024 13:56:04 -0400 Subject: [PATCH] Run pre-commit autoupdate No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 806b9d28..ae28d4ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: pretty-format-json @@ -10,7 +10,7 @@ repos: - --no-ensure-ascii - --no-sort-keys - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/flake8