mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
10 lines
302 B
YAML
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
|