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