Skip to content

Commit 51f2d9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 14b4b0c commit 51f2d9c

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
@@ -50,7 +50,7 @@ repos:
5050
args: [--new-from-patch=/tmp/diff.patch]
5151

5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.21.0
53+
rev: v3.21.1
5454
hooks:
5555
- id: pyupgrade
5656

@@ -60,7 +60,7 @@ repos:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black-pre-commit-mirror
63-
rev: 25.9.0
63+
rev: 25.11.0
6464
hooks:
6565
- id: black
6666

0 commit comments

Comments
 (0)