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 24
24
- prettier
25
25
26
26
- repo : https://github.com/streetsidesoftware/cspell-cli
27
- rev : v8.17.3
27
+ rev : v8.19.1
28
28
hooks :
29
29
- id : cspell
30
30
name : Spell check with cspell
70
70
- id : tox-ini-fmt
71
71
72
72
- repo : https://github.com/astral-sh/ruff-pre-commit
73
- rev : v0.11.4
73
+ rev : v0.11.8
74
74
hooks :
75
75
- id : ruff
76
76
entry : sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -87,15 +87,15 @@ repos:
87
87
# Override default pre-commit '--ignore-missing-imports'
88
88
args : []
89
89
- repo : https://github.com/jsh9/pydoclint
90
- rev : " 0.6.5 "
90
+ rev : " 0.6.6 "
91
91
hooks :
92
92
- id : pydoclint
93
93
# This allows automatic reduction of the baseline file when needed.
94
94
entry : sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
95
95
pass_filenames : false
96
96
97
97
- repo : https://github.com/pycqa/pylint.git
98
- rev : v3.3.6
98
+ rev : v3.3.7
99
99
hooks :
100
100
- id : pylint
101
101
args :
You can’t perform that action at this time.
0 commit comments