Skip to content

Commit fa0aaa0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/woodruffw/zizmor-pre-commit: v1.15.2 → v1.18.0](zizmorcore/zizmor-pre-commit@v1.15.2...v1.18.0)
1 parent dcd3b52 commit fa0aaa0

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
@@ -42,7 +42,7 @@ repos:
4242
]
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.21.0
45+
rev: v3.21.2
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus, --keep-runtime-typing]
@@ -55,12 +55,12 @@ repos:
5555
args: ["--profile", "black", "--line-length", "80", "--filter-files"]
5656

5757
- repo: https://github.com/psf/black-pre-commit-mirror
58-
rev: 25.9.0
58+
rev: 25.11.0
5959
hooks:
6060
- id: black
6161
args: ["--line-length", "80"]
6262

6363
- repo: https://github.com/woodruffw/zizmor-pre-commit
64-
rev: v1.15.2
64+
rev: v1.18.0
6565
hooks:
6666
- id: zizmor

0 commit comments

Comments
 (0)