Skip to content

Commit e5f068e

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.2](asottile/pyupgrade@v3.21.0...v3.21.2)
1 parent 7f9d866 commit e5f068e

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
@@ -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.11.0
66
hooks:
77
- id: black-jupyter
88
language_version: python3
@@ -30,7 +30,7 @@ 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"]

0 commit comments

Comments
 (0)