homepage/.pre-commit-config.yaml
surtur 666bb63477
All checks were successful
continuous-integration/drone/push Build is passing
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-21 21:01:05 +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