homepage/.pre-commit-config.yaml
surtur b2dadd2b4a
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
add pre-commit config
it's sane to have some pre-flight checks, pre-commit makes it easy.
ref: https://pre-commit.com/
2021-08-08 00:48:46 +02:00

7 lines
147 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-toml