2016-04-29 06:25:07 +00:00
|
|
|
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
2016-05-04 06:14:36 +00:00
|
|
|
sha: 35548254adb636ce52b5574eb1904b8c795b673e
|
2016-04-29 06:25:07 +00:00
|
|
|
hooks:
|
|
|
|
- id: autopep8-wrapper
|
|
|
|
args:
|
|
|
|
- --in-place
|
|
|
|
- --aggressive
|
|
|
|
- --aggressive
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-ast
|
|
|
|
- id: check-case-conflict
|
|
|
|
- id: check-docstring-first
|
|
|
|
- id: debug-statements
|
|
|
|
- id: double-quote-string-fixer
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: fix-encoding-pragma
|
|
|
|
- id: flake8
|
2016-04-29 06:29:55 +00:00
|
|
|
args:
|
2016-05-04 06:14:36 +00:00
|
|
|
- --max-complexity=10
|
|
|
|
- --max-line-length=130
|
|
|
|
- --ignore=E126,E128,E731
|
|
|
|
- --exclude=bin/autojump_argparse.py
|
2016-04-29 06:25:07 +00:00
|
|
|
- id: requirements-txt-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- repo: git@github.com:asottile/reorder_python_imports.git
|
|
|
|
sha: 017e2f64306853ec7f000db52b8280da27eb3b96
|
|
|
|
hooks:
|
|
|
|
- id: reorder-python-imports
|
|
|
|
language_version: python2.7
|