Skip to content

Commit 92a7376

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 7f9d866 commit 92a7376

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
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
22

33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 25.9.0
5+
rev: 25.12.0
66
hooks:
77
- id: black-jupyter
88
language_version: python3
@@ -30,13 +30,13 @@ repos:
3030
args: ["--profile", "black", --line-length=125]
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.21.0
33+
rev: v3.21.2
3434
hooks:
3535
- id: pyupgrade
3636
args: ["--py36-plus"]
3737

3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v3.1.0
39+
rev: v3.2.0
4040
hooks:
4141
- id: setup-cfg-fmt
4242

0 commit comments

Comments
 (0)