File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ repos:
50
50
hooks :
51
51
- id : isort
52
52
- repo : https://github.com/astral-sh/ruff-pre-commit
53
- rev : v0.11.12
53
+ rev : v0.12.2
54
54
hooks :
55
55
- id : ruff
56
56
args : [ '--fix' ]
57
57
# - id: ruff-format
58
58
- repo : https://github.com/pycqa/flake8
59
- rev : 7.2 .0
59
+ rev : 7.3 .0
60
60
hooks :
61
61
- id : flake8
62
62
additional_dependencies : [ 'flake8-rst-docstrings' ]
86
86
files : " .ipynb"
87
87
args : [ '--extra-keys=metadata.kernelspec' ]
88
88
- repo : https://github.com/keewis/blackdoc
89
- rev : v0.3.9
89
+ rev : v0.4.1
90
90
hooks :
91
91
- id : blackdoc
92
92
additional_dependencies : [ 'black==25.1.0' ]
@@ -98,22 +98,22 @@ repos:
98
98
additional_dependencies : [ 'tomli' ]
99
99
args : [ '--toml=pyproject.toml' ]
100
100
- repo : https://github.com/numpy/numpydoc
101
- rev : v1.8 .0
101
+ rev : v1.9 .0
102
102
hooks :
103
103
- id : numpydoc-validation
104
104
exclude : " ^docs/|^tests/"
105
105
- repo : https://github.com/python-jsonschema/check-jsonschema
106
- rev : 0.33.0
106
+ rev : 0.33.2
107
107
hooks :
108
108
- id : check-github-workflows
109
109
- id : check-readthedocs
110
110
- repo : https://github.com/woodruffw/zizmor-pre-commit
111
- rev : v1.9 .0
111
+ rev : v1.11 .0
112
112
hooks :
113
113
- id : zizmor
114
114
args : [ '--config=.zizmor.yml' ]
115
115
- repo : https://github.com/gitleaks/gitleaks
116
- rev : v8.27.0
116
+ rev : v8.27.2
117
117
hooks :
118
118
- id : gitleaks
119
119
- repo : meta
You can’t perform that action at this time.
0 commit comments