homepage/.pre-commit-config.yaml

9 lines
244 B
YAML
Raw Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-toml
2021-09-22 08:37:42 +02:00
- id: check-yaml
exclude: .drone.yml # drone's yaml is somewhat strange sometimes