We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2758c27 commit 466d349Copy full SHA for 466d349
.pre-commit-config.yaml
@@ -1,8 +1,8 @@
1
exclude: .*\.rpt$
2
3
repos:
4
-- repo: https://github.com/psf/black
5
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
6
hooks:
7
- id: black-jupyter
8
language_version: python3
@@ -24,19 +24,19 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/PyCQA/isort
27
- rev: 6.0.1
+ rev: 7.0.0
28
29
- id: isort
30
args: ["--profile", "black", --line-length=125]
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.20.0
+ rev: v3.21.0
34
35
- id: pyupgrade
36
args: ["--py36-plus"]
37
38
- repo: https://github.com/asottile/setup-cfg-fmt
39
- rev: v2.8.0
+ rev: v3.1.0
40
41
- id: setup-cfg-fmt
42
0 commit comments