Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ repos:
types_or: [python]
pass_filenames: false

- id: vulture-docs
name: vulture docs
entry: doccmd --language=python --command="vulture"
language: system
types_or: [python]
pass_filenames: false

- id: pyroma
name: pyroma
entry: python -m pyroma --min 10 .
Expand Down Expand Up @@ -231,3 +238,4 @@ ci:
- ruff-format-fix-docs
- spelling
- vulture
- vulture-docs