Fix Bandit pre-commit path and python version

This commit is contained in:
2026-06-24 13:25:25 +01:00
parent 29315de2ad
commit 13c354c677
+2 -2
View File
@@ -3,14 +3,14 @@ repos:
rev: 1.9.4
hooks:
- id: bandit
files: ^src/mirro/
files: ^src/filedust/
args: ["-lll", "-iii", "-s", "B110,B112"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
hooks:
- id: black
language_version: python3.13
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0