Skip to content

Commit 8f23cce

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#698)
2 parents 9792e2e + 2696fc3 commit 8f23cce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args: [--py310-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212
args: [--target-version=py310]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.1.0
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818

@@ -40,18 +40,18 @@ repos:
4040
exclude: "^.github/.*_TEMPLATE.md"
4141

4242
- repo: https://github.com/woodruffw/zizmor-pre-commit
43-
rev: v1.14.2
43+
rev: v1.19.0
4444
hooks:
4545
- id: zizmor
4646

4747
- repo: https://github.com/asottile/setup-cfg-fmt
48-
rev: v2.8.0
48+
rev: v3.2.0
4949
hooks:
5050
- id: setup-cfg-fmt
5151
args: [--include-version-classifiers, --max-py-version=3.14]
5252

5353
- repo: https://github.com/tox-dev/tox-ini-fmt
54-
rev: 1.6.0
54+
rev: 1.7.1
5555
hooks:
5656
- id: tox-ini-fmt
5757

0 commit comments

Comments
 (0)