9 lines
244 B
YAML
9 lines
244 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.0.1
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
exclude: .drone.yml # drone's yaml is somewhat strange sometimes
|