File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
- id : tox-ini-fmt
69
69
70
70
- repo : https://github.com/astral-sh/ruff-pre-commit
71
- rev : v0.11.4
71
+ rev : v0.11.8
72
72
hooks :
73
73
- id : ruff
74
74
args :
@@ -79,21 +79,21 @@ repos:
79
79
types_or : [python, pyi]
80
80
81
81
- repo : https://github.com/streetsidesoftware/cspell-cli
82
- rev : v8.17.3
82
+ rev : v8.19.1
83
83
hooks :
84
84
- id : cspell
85
85
name : Spell check with cspell
86
86
87
87
- repo : https://github.com/jsh9/pydoclint
88
- rev : " 0.6.5 "
88
+ rev : " 0.6.6 "
89
89
hooks :
90
90
- id : pydoclint
91
91
# This allows automatic reduction of the baseline file when needed.
92
92
entry : sh -ec "pydoclint -q . && pydoclint --generate-baseline=1 ."
93
93
pass_filenames : false
94
94
95
95
- repo : https://github.com/pycqa/pylint.git
96
- rev : v3.3.6
96
+ rev : v3.3.7
97
97
hooks :
98
98
- id : pylint
99
99
args :
You can’t perform that action at this time.
0 commit comments