diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89518887..3a10fd09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/psf/black-pre-commit-mirror - rev: '25.9.0' + rev: '26.3.1' hooks: - id: black - repo: https://github.com/Pierre-Sassoulas/black-disable-checker @@ -35,7 +35,7 @@ repos: hooks: - id: black-disable-checker - repo: https://github.com/pycqa/isort - rev: '6.1.0' + rev: '8.0.1' hooks: - id: isort - repo: local