Skip to content

Commit 434f5e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.12.0](psf/black-pre-commit-mirror@22.12.0...25.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.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/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 0cf36b6 commit 434f5e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77

8-
- repo: https://github.com/psf/black
9-
rev: 22.12.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 5.0.4
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
additional_dependencies:
@@ -20,7 +20,7 @@ repos:
2020
- pep8-naming==0.13.3
2121

2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: check-json
2626
exclude: '^tests/invalid.json'
@@ -33,7 +33,7 @@ repos:
3333
- id: trailing-whitespace
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.0.1
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939
name: isort (python)

0 commit comments

Comments
 (0)