veritas-kanban/.pre-commit-config.yaml
2026-01-29 01:35:55 -06:00

10 lines
302 B
YAML

# Pre-commit hooks for veritas-kanban
# Install: pip install pre-commit && pre-commit install
# Or standalone gitleaks hook (no pre-commit framework needed):
# gitleaks protect --staged --verbose
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.2
hooks:
- id: gitleaks