Skip to content

Commit 4c54e4f

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: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.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)
1 parent 7dc0022 commit 4c54e4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: '6.0.1'
12+
rev: '6.1.0'
1313
hooks:
1414
- id: isort
15-
- repo: https://github.com/psf/black
16-
rev: '25.1.0'
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: '25.9.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
@@ -35,7 +35,7 @@ repos:
3535
- id: debug-statements
3636
# Another entry is required to apply file-contents-sorter to another file
3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: 'v5.0.0'
38+
rev: 'v6.0.0'
3939
hooks:
4040
- id: file-contents-sorter
4141
files: |

0 commit comments

Comments
 (0)