pre-commit-rust/.pre-commit-config.yaml

12 lines
306 B
YAML
Raw Normal View History

2017-04-13 13:30:33 +01:00
- repo: https://github.com/pre-commit/pre-commit-hooks
2017-08-09 20:37:26 +01:00
sha: v0.9.1
2017-04-13 13:30:33 +01:00
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
2017-08-09 20:37:26 +01:00
sha: v0.16.2
2017-04-13 13:30:33 +01:00
hooks:
- id: validate_config
- id: validate_manifest