Skip to content

Commit 563b3a4

Browse files
pre-commit-ci[bot]sigmavirus24
authored andcommitted
[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 dd207dd commit 563b3a4

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
@@ -12,11 +12,11 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.9.0
15+
rev: 25.11.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.21.0
19+
rev: v3.21.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py39-plus]

0 commit comments

Comments
 (0)