Skip to content

Commit 8c08d5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1)
1 parent aa1a957 commit 8c08d5e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.9.0
3+
rev: 25.11.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -35,7 +35,7 @@ repos:
3535
args: [--py3-plus]
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.21.0
38+
rev: v3.21.1
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]

0 commit comments

Comments
 (0)