File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ repos:
12
12
- id : check-yaml
13
13
- id : check-toml
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
- rev : v0.9.2
15
+ rev : v0.9.6
16
16
hooks :
17
17
- id : ruff
18
18
args : [--fix]
19
19
- repo : https://github.com/psf/black-pre-commit-mirror
20
- rev : 24.10 .0
20
+ rev : 25.1 .0
21
21
hooks :
22
22
- id : black-jupyter
23
23
- repo : https://github.com/keewis/blackdoc
24
24
rev : v0.3.9
25
25
hooks :
26
26
- id : blackdoc
27
- additional_dependencies : ["black==24.10 .0"]
27
+ additional_dependencies : ["black==25.1 .0"]
28
28
- id : blackdoc-autoupdate-black
29
29
- repo : https://github.com/kynan/nbstripout
30
30
rev : 0.8.1
31
31
hooks :
32
32
- id : nbstripout
33
33
args : [--extra-keys=metadata.kernelspec metadata.language_info.version]
34
34
- repo : https://github.com/rbubley/mirrors-prettier
35
- rev : v3.4.2
35
+ rev : v3.5.0
36
36
hooks :
37
37
- id : prettier
38
38
args : [--cache-location=.prettier_cache/cache]
You can’t perform that action at this time.
0 commit comments