diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a19f2703..c9ed37f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,7 @@ repos: - --ignore-init-module-imports - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black @@ -92,7 +92,7 @@ repos: require_serial: true - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python)