File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: ^(secrets/)
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -13,14 +13,14 @@ repos:
13
13
- id : mixed-line-ending
14
14
15
15
- repo : https://github.com/asottile/pyupgrade
16
- rev : v3.15.2
16
+ rev : v3.19.0
17
17
hooks :
18
18
- id : pyupgrade
19
19
args :
20
20
- " --py38-plus"
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 24.3 .0
23
+ rev : 24.10 .0
24
24
hooks :
25
25
- id : black
26
26
- id : black-jupyter
31
31
- id : blackdoc
32
32
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : " v0.3.5 "
34
+ rev : " v0.8.3 "
35
35
hooks :
36
36
- id : ruff
37
37
args : ["--fix"]
42
42
- id : prettier
43
43
44
44
- repo : https://github.com/kynan/nbstripout
45
- rev : 0.7 .1
45
+ rev : 0.8 .1
46
46
hooks :
47
47
- id : nbstripout
48
48
You can’t perform that action at this time.
0 commit comments