diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fca523e58..67199ca98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - --select=W605 - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort name: Format imports @@ -45,7 +45,7 @@ repos: exclude: docs/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black name: Format code