diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8d2df77e..04405adc 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,5 @@ entry: vulture description: Find unused Python code. types: [python] - pass_filenames: false require_serial: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d999d2..27f85cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # next (unreleased) * Add type hints for `get_unused_code` and the fields of the `Item` class (John Doknjas, #361). +* Remove `pass_filenames: false` from pre-commit hook config # 2.13 (2024-10-02)