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

17 lines
441 B
YAML
Raw Normal View History

2017-10-30 19:06:31 +00:00
repos:
2018-03-20 21:21:50 +00:00
- repo: git://github.com/pre-commit/pre-commit-hooks
2018-07-26 20:57:01 +01:00
rev: v1.4.0
2017-04-13 13:30:33 +01:00
hooks:
2017-12-27 23:30:58 +00:00
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
2017-04-13 13:30:33 +01:00
- id: check-yaml
- id: end-of-file-fixer
2017-12-27 23:30:58 +00:00
- id: mixed-line-ending
2017-04-13 13:30:33 +01:00
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
2018-07-26 20:57:01 +01:00
rev: v1.10.4
2017-04-13 13:30:33 +01:00
hooks:
- id: validate_manifest