mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Update pre-commit.
This commit is contained in:
parent
a24d199161
commit
d1822bc11a
@ -1,5 +1,5 @@
|
|||||||
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
- repo: git@github.com:pre-commit/pre-commit-hooks.git
|
||||||
sha: 6f2b0a27e5b9047c6c067fb3d575ba323d572793
|
sha: 35548254adb636ce52b5574eb1904b8c795b673e
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
args:
|
args:
|
||||||
@ -16,10 +16,10 @@
|
|||||||
- id: fix-encoding-pragma
|
- id: fix-encoding-pragma
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args:
|
args:
|
||||||
- --max-complexity=10
|
- --max-complexity=10
|
||||||
- --max-line-length=130
|
- --max-line-length=130
|
||||||
- --ignore=E126,E128,E731
|
- --ignore=E126,E128,E731
|
||||||
- --exclude=bin/autojump_argparse.py
|
- --exclude=bin/autojump_argparse.py
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: git@github.com:asottile/reorder_python_imports.git
|
- repo: git@github.com:asottile/reorder_python_imports.git
|
||||||
|
Loading…
Reference in New Issue
Block a user