diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19b21930..20a49627 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,8 +72,9 @@ repos: hooks: - id: python-safety-dependencies-check entry: safety - args: [check, --bare, -r] + args: [check, --bare, --file] language: system + files: requirements-dev.txt, requirements.txt # Check translation comments are up to date - repo: local