File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -12,12 +12,12 @@ repos:
12
12
- id : check-ast
13
13
- id : check-added-large-files
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
- rev : v0.6.2
15
+ rev : v0.9.1
16
16
hooks :
17
17
- id : ruff
18
18
args : [--fix]
19
19
- repo : https://github.com/psf/black
20
- rev : 24.8 .0
20
+ rev : 24.10 .0
21
21
hooks :
22
22
- id : black
23
23
language_version : python3
38
38
types_or : [python, markdown, rst]
39
39
additional_dependencies : [tomli]
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.17.0
41
+ rev : v3.19.1
42
42
hooks :
43
43
- id : pyupgrade
44
44
- repo : https://github.com/MarcoGorelli/madforhooks
@@ -47,18 +47,18 @@ repos:
47
47
# - id: conda-env-sorter # conflicts with prettier
48
48
- id : check-execution-order
49
49
- repo : https://github.com/executablebooks/mdformat
50
- rev : 0.7.17
50
+ rev : 0.7.21
51
51
hooks :
52
52
- id : mdformat
53
53
additional_dependencies : [mdformat-gfm, mdformat-black]
54
54
exclude : ^.github/ # this avoid the hook to wrongly reformats md issue template files
55
55
- repo : https://github.com/kynan/nbstripout
56
- rev : 0.7 .1
56
+ rev : 0.8 .1
57
57
hooks :
58
58
- id : nbstripout
59
59
args : [--keep-output]
60
60
- repo : https://github.com/nbQA-dev/nbQA
61
- rev : 1.8.7
61
+ rev : 1.9.1
62
62
hooks :
63
63
- id : nbqa-black
64
64
- id : nbqa-ruff
You can’t perform that action at this time.
0 commit comments