Skip to content

Commit 7172020

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](asottile/setup-cfg-fmt@v3.1.0...v3.2.0)
1 parent 09cf33c commit 7172020

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
@@ -32,7 +32,7 @@ repos:
3232
- flake8-print
3333

3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 25.9.0
35+
rev: 25.12.0
3636
hooks:
3737
- id: black
3838

@@ -47,12 +47,12 @@ repos:
4747
- id: isort
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.21.0
50+
rev: v3.21.2
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/asottile/setup-cfg-fmt
56-
rev: v3.1.0
56+
rev: v3.2.0
5757
hooks:
5858
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)