diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 764e7f4d7..c70f0382f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,4 +3,5 @@ description: Automatically compile requirements. entry: pip-compile language: python - files: (^pyproject\.toml|requirements\.in|^setup\.(cfg|py))$ + files: ^requirements\.(in|txt)$ + pass_filenames: false