Files
mirro/.pre-commit-config.yaml
Marco D'Aleo 6c166c53c8
All checks were successful
Trivy Scan / security-scan (push) Successful in 28s
Update pre-commit hooks version
2026-03-21 07:22:43 +00:00

22 lines
504 B
YAML

repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.9.4
hooks:
- id: bandit
files: ^src/mirro/
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
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml