Skip to content

Commit 2f618b9

Browse files
committed
Do not run doccmd against Python or toml files
1 parent 4cda4b4 commit 2f618b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ repos:
131131
stages: [pre-push]
132132
entry: uv run --extra=dev doccmd --language=python --command="mypy"
133133
language: python
134-
types_or: [markdown, rst, python, toml]
134+
types_or: [markdown, rst]
135135
additional_dependencies: [uv==0.4.25]
136136

137137
- id: check-manifest
@@ -156,7 +156,7 @@ repos:
156156
stages: [pre-push]
157157
entry: uv run --extra=dev doccmd --language=python --command="pyright"
158158
language: python
159-
types_or: [markdown, rst, python, toml]
159+
types_or: [markdown, rst]
160160
additional_dependencies: [uv==0.4.25]
161161

162162
- id: vulture
@@ -202,7 +202,7 @@ repos:
202202
entry: uv run --extra=dev doccmd --language=python --command="pylint"
203203
language: python
204204
stages: [manual]
205-
types_or: [markdown, rst, python, toml]
205+
types_or: [markdown, rst]
206206
additional_dependencies: [uv==0.4.25]
207207

208208
- id: ruff-check-fix

0 commit comments

Comments
 (0)