Skip to content

Commit 0298160

Browse files
Merge pull request #2314 from VWS-Python/vulture-docs
Use vulture on docs
2 parents 43729d9 + 4cf5feb commit 0298160

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ repos:
9393
types_or: [python]
9494
pass_filenames: false
9595

96+
- id: vulture-docs
97+
name: vulture docs
98+
entry: doccmd --language=python --command="vulture"
99+
language: system
100+
types_or: [python]
101+
pass_filenames: false
102+
96103
- id: pyroma
97104
name: pyroma
98105
entry: python -m pyroma --min 10 .
@@ -231,3 +238,4 @@ ci:
231238
- ruff-format-fix-docs
232239
- spelling
233240
- vulture
241+
- vulture-docs

0 commit comments

Comments
 (0)