Files
seedPass/.pre-commit-config.yaml
2025-07-01 16:44:18 -04:00

16 lines
338 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff
args: ["--select", "RUF100,B"]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit
name: bandit