2017-03-22 14:11:16 +01:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
sha: e626cd57090d8df0be21e4df0f4e55cc3511d6ab
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: flake8
|
|
|
|
args:
|
|
|
|
- --max-line-length=160
|
|
|
|
- id: check-merge-conflict
|
2017-05-09 21:10:53 +02:00
|
|
|
|
|
|
|
- repo: https://github.com/FalconSocial/pre-commit-python-sorter
|
|
|
|
sha: 1.0.4
|
|
|
|
hooks:
|
|
|
|
- id: python-import-sorter
|