2018-04-18 20:25:23 -04:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2018-06-03 20:06:36 -04:00
|
|
|
rev: v1.3.0
|
2018-04-18 20:25:23 -04:00
|
|
|
hooks:
|
|
|
|
- id: autopep8-wrapper
|
|
|
|
- id: check-byte-order-marker
|
|
|
|
- id: check-case-conflict
|
2018-06-03 20:06:36 -04:00
|
|
|
- id: check-executables-have-shebangs
|
2018-04-18 20:25:23 -04:00
|
|
|
- id: check-json
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-yaml
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: flake8
|
|
|
|
- id: mixed-line-ending
|
|
|
|
args:
|
|
|
|
- --fix=lf
|
|
|
|
- id: trailing-whitespace
|