Fix pre-commit bandit scan path

This commit is contained in:
2026-06-23 15:54:28 +01:00
parent 0f5a80e67c
commit ac49ea53e7
+1 -1
View File
@@ -3,7 +3,7 @@ repos:
rev: 1.9.4
hooks:
- id: bandit
files: ^src/mirro/
files: ^src/chguard/
args: ["-lll", "-iii", "-s", "B110,B112"]
- repo: https://github.com/psf/black-pre-commit-mirror