Skip to content

Commit 07da436

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.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0)
1 parent 6441f91 commit 07da436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
repos:
2323
# Autoformat: Python code, syntax patterns are modernized
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.21.0
25+
rev: v3.21.2
2626
hooks:
2727
- id: pyupgrade
2828
args:
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: "25.9.0"
39+
rev: "25.12.0"
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)