Skip to content

Commit abc4e9b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.10b0 → 25.9.0](psf/black@21.10b0...25.9.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.15.0](asottile/reorder-python-imports@v2.6.0...v3.15.0)
1 parent 02f1fba commit abc4e9b

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
@@ -1,15 +1,15 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 21.10b0
2+
- repo: https://github.com/psf/black
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
language_version: python3
77
args: [-l119]
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 4.0.1
9+
rev: 7.3.0
1010
hooks:
1111
- id: flake8
12-
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v2.6.0
12+
- repo: https://github.com/asottile/reorder-python-imports
13+
rev: v3.15.0
1414
hooks:
1515
- id: reorder-python-imports

0 commit comments

Comments
 (0)