Skip to content

Commit

Permalink
Add comment regarding pass_filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Nov 25, 2024
1 parent 84d32ca commit 73df02f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
entry: vulture
description: Find unused Python code.
types: [python]
# Vulture needs access to all files for a complete analysis, so we
# prevent pre-commit from passing only the changed files. Instead,
# please create a `pyproject.toml` file in your repository and specify
# all files that Vulture should check under `[tool.vulture] --> paths`.
pass_filenames: false
require_serial: true

0 comments on commit 73df02f

Please sign in to comment.