diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8bdc4e..56e09e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: bandit files: ^src/resrm/ - args: ["-s", "B110,B112"] + args: ["-lll", "-iii", "-s", "B110,B112"] - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.11.0