diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6b06a3..52a1776 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 1.9.4 hooks: - id: bandit - files: ^src/chguard/ + files: ^chguard/ args: ["-lll", "-iii", "-s", "B110,B112"] - repo: https://github.com/psf/black-pre-commit-mirror