Skip to content

Commit b2dda09

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) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 2de44d5 commit b2dda09

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v5.0.0'
3+
rev: 'v6.0.0'
44
hooks:
55
- id: check-merge-conflict
66
exclude: "rst$"
@@ -9,16 +9,16 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '5.13.2'
12+
rev: '7.0.0'
1313
hooks:
1414
- id: isort
15-
- repo: https://github.com/psf/black
16-
rev: '24.10.0'
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: '25.12.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v5.0.0'
21+
rev: 'v6.0.0'
2222
hooks:
2323
- id: check-case-conflict
2424
- id: check-json
@@ -34,19 +34,19 @@ repos:
3434
args: ['--autofix']
3535
# Another entry is required to apply file-contents-sorter to another file
3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: 'v5.0.0'
37+
rev: 'v6.0.0'
3838
hooks:
3939
- id: file-contents-sorter
4040
files: |
4141
docs/spelling_wordlist.txt|
4242
.gitignore
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: 'v3.19.1'
44+
rev: 'v3.21.2'
4545
hooks:
4646
- id: pyupgrade
4747
args: ['--py36-plus']
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.1.1'
49+
rev: '7.3.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"

0 commit comments

Comments
 (0)