mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-02 08:46:55 +00:00
10 lines
246 B
YAML
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/
|