File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
- id : check-useless-excludes
7
7
# - id: identity # Prints all files passed to pre-commits. Debugging.
8
8
- repo : https://github.com/lyz-code/yamlfix
9
- rev : 1.2 .0
9
+ rev : 1.17 .0
10
10
hooks :
11
11
- id : yamlfix
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.4 .0
13
+ rev : v5.0 .0
14
14
hooks :
15
15
- id : check-added-large-files
16
16
args :
@@ -37,16 +37,16 @@ repos:
37
37
- id : check-ast
38
38
- id : check-docstring-first
39
39
- repo : https://github.com/psf/black
40
- rev : 22.12 .0
40
+ rev : 24.10 .0
41
41
hooks :
42
42
- id : black
43
43
language_version : python3.10
44
44
- repo : https://github.com/asottile/blacken-docs
45
- rev : 1.13.0
45
+ rev : 1.19.1
46
46
hooks :
47
47
- id : blacken-docs
48
48
- repo : https://github.com/PyCQA/docformatter
49
- rev : v1.5.1
49
+ rev : v1.7.5
50
50
hooks :
51
51
- id : docformatter
52
52
args :
@@ -56,26 +56,26 @@ repos:
56
56
- --wrap-descriptions
57
57
- ' 88'
58
58
- --blank
59
- - repo : https://github.com/charliermarsh /ruff-pre-commit
60
- rev : v0.0.230
59
+ - repo : https://github.com/astral-sh /ruff-pre-commit
60
+ rev : v0.7.2
61
61
hooks :
62
62
- id : ruff
63
63
# args:
64
64
# - --verbose
65
65
- repo : https://github.com/kynan/nbstripout
66
- rev : 0.6.1
66
+ rev : 0.8.0
67
67
hooks :
68
68
- id : nbstripout
69
69
args :
70
70
- --extra-keys
71
71
- metadata.kernelspec metadata.language_info.version metadata.vscode
72
72
- repo : https://github.com/nbQA-dev/nbQA
73
- rev : 1.6.1
73
+ rev : 1.8.7
74
74
hooks :
75
75
- id : nbqa-black
76
76
- id : nbqa-ruff
77
77
- repo : https://github.com/executablebooks/mdformat
78
- rev : 0.7.16
78
+ rev : 0.7.18
79
79
hooks :
80
80
- id : mdformat
81
81
additional_dependencies :
86
86
- ' 88'
87
87
files : (README\.md)
88
88
- repo : https://github.com/executablebooks/mdformat
89
- rev : 0.7.16
89
+ rev : 0.7.18
90
90
hooks :
91
91
- id : mdformat
92
92
additional_dependencies :
@@ -97,13 +97,13 @@ repos:
97
97
- ' 88'
98
98
files : (docs/.)
99
99
- repo : https://github.com/codespell-project/codespell
100
- rev : v2.2.2
100
+ rev : v2.3.0
101
101
hooks :
102
102
- id : codespell
103
103
args :
104
104
- --skip="**.ipynb"
105
105
- repo : https://github.com/asottile/setup-cfg-fmt
106
- rev : v2.2 .0
106
+ rev : v2.7 .0
107
107
hooks :
108
108
- id : setup-cfg-fmt
109
109
ci :
You can’t perform that action at this time.
0 commit comments