diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ebff87..26a3948 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: pass_filenames: true types: [file, rst] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v5.0.0' + rev: 'v6.0.0' hooks: - id: check-merge-conflict - repo: https://github.com/asottile/yesqa @@ -25,16 +25,16 @@ repos: hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '6.0.1' + rev: '9.0.0a3' hooks: - id: isort -- repo: https://github.com/psf/black - rev: '25.1.0' +- repo: https://github.com/psf/black-pre-commit-mirror + rev: '26.3.1' hooks: - id: black language_version: python3 # Should be a command that runs python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v5.0.0' + rev: 'v6.0.0' hooks: - id: end-of-file-fixer exclude: >- @@ -66,12 +66,12 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.19.1' + rev: 'v3.21.2' hooks: - id: pyupgrade args: ['--py38-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '7.2.0' + rev: '7.3.0' hooks: - id: flake8 exclude: "^docs/"