Skip to content

Commit d2f2b5a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.12.0](psf/black-pre-commit-mirror@23.12.1...25.12.0)
1 parent e916108 commit d2f2b5a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/reorder-python-imports
3-
rev: v3.12.0
3+
rev: v3.16.0
44
hooks:
55
- id: reorder-python-imports
66
args: ["--py38-plus"]
@@ -14,17 +14,17 @@ repos:
1414
exclude: ^docs/
1515

1616
- repo: https://github.com/asottile/add-trailing-comma
17-
rev: v3.2.0
17+
rev: v4.0.0
1818
hooks:
1919
- id: add-trailing-comma
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.20.0
22+
rev: v3.21.2
2323
hooks:
2424
- id: pyupgrade
2525

26-
- repo: https://github.com/psf/black
27-
rev: 23.12.1
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 25.12.0
2828
hooks:
2929
- id: black
3030
args: ["--safe", "-l120"]

0 commit comments

Comments
 (0)