2017-10-30 19:06:31 +00:00
|
|
|
repos:
|
2020-06-20 01:00:53 +01:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2020-06-20 00:36:16 +01:00
|
|
|
rev: v3.1.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
|
2020-06-20 00:36:16 +01:00
|
|
|
rev: v2.5.1
|
2017-04-13 13:30:33 +01:00
|
|
|
hooks:
|
|
|
|
- id: validate_manifest
|