Skip to content

Commit 8ea6485

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: stable → 25.9.0](psf/black@stable...25.9.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v1.9.0 → v3.15.0](asottile/reorder-python-imports@v1.9.0...v3.15.0)
1 parent 4e85c1a commit 8ea6485

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ repos:
33
rev: v2.1.0
44
hooks:
55
- id: flake8
6-
- repo: https://github.com/ambv/black
7-
rev: stable
6+
- repo: https://github.com/psf/black
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010
language_version: python3.7
11-
- repo: https://github.com/asottile/reorder_python_imports
12-
rev: v1.9.0
11+
- repo: https://github.com/asottile/reorder-python-imports
12+
rev: v3.15.0
1313
hooks:
1414
- id: reorder-python-imports
1515
args: [--py3-plus]

0 commit comments

Comments
 (0)