Skip to content

Commit 06dde95

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.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)
1 parent ef37f54 commit 06dde95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ repos:
77
- id: requirements-txt-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.15.0
10+
rev: v3.16.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: [--py37-plus]
14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.9.0
1616
hooks:
1717
- id: black

0 commit comments

Comments
 (0)