We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f9d866 + 92a7376 commit 984b539Copy full SHA for 984b539
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
2
3
repos:
4
- repo: https://github.com/psf/black-pre-commit-mirror
5
- rev: 25.9.0
+ rev: 25.12.0
6
hooks:
7
- id: black-jupyter
8
language_version: python3
@@ -30,13 +30,13 @@ repos:
30
args: ["--profile", "black", --line-length=125]
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.21.0
+ rev: v3.21.2
34
35
- id: pyupgrade
36
args: ["--py36-plus"]
37
38
- repo: https://github.com/asottile/setup-cfg-fmt
39
- rev: v3.1.0
+ rev: v3.2.0
40
41
- id: setup-cfg-fmt
42
0 commit comments