Files
krkn/.pre-commit-config.yaml
Paige Patton ef50aa8c83 adding licsense to files (#1215)
Signed-off-by: Paige Patton <prubenda@redhat.com>
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/