Skip to content

Commit 56fc53f

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) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.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 dcf6bde commit 56fc53f

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
@@ -11,17 +11,17 @@ repos:
1111
- id: requirements-txt-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/asottile/reorder-python-imports
14-
rev: v3.15.0
14+
rev: v3.16.0
1515
hooks:
1616
- id: reorder-python-imports
1717
args: [--py37-plus, --add-import, "from __future__ import annotations"]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
23-
- repo: https://github.com/psf/black
24-
rev: 25.1.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.9.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)