@@ -117,8 +117,7 @@ repos:
117117
118118 - id : shellcheck-docs
119119 name : shellcheck-docs
120- entry :
121- uv run --extra=dev doccmd --language=shell --language=console --command="shellcheck
120+ entry : uv run --extra=dev doccmd --language=shell --language=console --command="shellcheck
122121 --shell=bash"
123122 language : python
124123 types_or : [markdown, rst]
@@ -135,8 +134,7 @@ repos:
135134
136135 - id : shfmt-docs
137136 name : shfmt-docs
138- entry :
139- uv run --extra=dev doccmd --language=shell --language=console --skip-marker=shfmt
137+ entry : uv run --extra=dev doccmd --language=shell --language=console --skip-marker=shfmt
140138 --no-pad-file --command="shfmt --write --space-redirects --indent=4"
141139 language : python
142140 types_or : [markdown, rst]
@@ -261,8 +259,7 @@ repos:
261259
262260 - id : ruff-format-fix-docs
263261 name : Ruff format docs
264- entry :
265- uv run --extra=dev doccmd --language=python --no-pad-file --command="ruff
262+ entry : uv run --extra=dev doccmd --language=python --no-pad-file --command="ruff
266263 format"
267264 language : python
268265 types_or : [markdown, rst]
@@ -304,7 +301,8 @@ repos:
304301
305302 - id : linkcheck
306303 name : linkcheck
307- entry : uv run --extra=dev sphinx-build -M linkcheck docs/source docs/build -W
304+ entry : uv run --extra=dev sphinx-build -M linkcheck docs/source docs/build
305+ -W
308306 language : python
309307 types_or : [rst]
310308 stages : [manual]
@@ -313,7 +311,8 @@ repos:
313311
314312 - id : spelling
315313 name : spelling
316- entry : uv run --extra=dev sphinx-build -M spelling docs/source docs/build -W
314+ entry : uv run --extra=dev sphinx-build -M spelling docs/source docs/build
315+ -W
317316 language : python
318317 types_or : [rst]
319318 stages : [manual]
0 commit comments