Adjust bandit's severity and confidence levels

This commit is contained in:
2025-11-15 08:27:04 +00:00
parent bcad54d94e
commit 877a490b57

View File

@@ -4,7 +4,7 @@ repos:
hooks: hooks:
- id: bandit - id: bandit
files: ^src/resrm/ files: ^src/resrm/
args: ["-s", "B110,B112"] args: ["-lll", "-iii", "-s", "B110,B112"]
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0 rev: 25.11.0