Files
krkn/.pre-commit-config.yaml
Paige Patton d55695f7c4 adding pre commit hook (#1206)
Signed-off-by: Paige Patton <prubenda@redhat.com>
2026-03-30 09:49:16 -04:00

10 lines
245 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/