17 lines
356 B
YAML
17 lines
356 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.6.0
|
||
|
hooks:
|
||
|
- id: check-merge-conflict
|
||
|
- id: check-json
|
||
|
- id: check-xml
|
||
|
- id: check-yaml
|
||
|
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: make-verify
|
||
|
name: Run make verify
|
||
|
entry: make verify
|
||
|
language: system
|
||
|
pass_filenames: false
|