mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
26 lines
790 B
YAML
26 lines
790 B
YAML
|
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
||
|
sha: 6f2b0a27e5b9047c6c067fb3d575ba323d572793
|
||
|
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
|
||
|
args: [--ignore=E731]
|
||
|
- 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
|