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

12 lines
284 B
YAML
Raw Normal View History

2017-10-30 19:06:31 +00:00
repos:
2017-04-13 13:30:33 +01:00
- repo: https://github.com/pre-commit/pre-commit-hooks
2017-10-30 19:06:31 +00:00
sha: v1.1.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-10-30 19:06:31 +00:00
sha: v1.3.0
2017-04-13 13:30:33 +01:00
hooks:
- id: validate_manifest