Files
krkn/.pre-commit-config.yaml
T
2026-03-31 15:19:19 -04:00

10 lines
246 B
YAML

repos:
- repo: local
hooks:
- id: check-license-header
name: Check Apache 2.0 license header
language: python
entry: python scripts/check_license.py
types: [python]
exclude: ^tests/|/test_|^CI/