diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b65e0cf0..2a10efc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: mixed-line-ending - id: end-of-file-fixer exclude: docs/ -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black args: [--target-version=py39, --line-length=99] - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 6.1.0 hooks: - id: isort args: [--profile=black, --line-length=99]