Skip to content

Commit ac21ccc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/pycqa/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent cc37003 commit ac21ccc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 26.5.1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.0.1
18+
rev: 9.0.0a3
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 7.2.0
22+
rev: 7.3.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pycqa/pydocstyle
@@ -33,6 +33,6 @@ repos:
3333
- id: rst-directive-colons
3434
- id: rst-inline-touching-normal
3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.4.1
36+
rev: v2.4.2
3737
hooks:
3838
- id: codespell

0 commit comments

Comments
 (0)