mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Use the same line length settings for autopep8 and flake8.
This commit is contained in:
parent
3cb4e8a28c
commit
dc9e11e7d5
@ -6,6 +6,7 @@
|
|||||||
- --in-place
|
- --in-place
|
||||||
- --aggressive
|
- --aggressive
|
||||||
- --aggressive
|
- --aggressive
|
||||||
|
- --max-line-length=131
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
@ -17,7 +18,7 @@
|
|||||||
- id: flake8
|
- id: flake8
|
||||||
args:
|
args:
|
||||||
- --max-complexity=10
|
- --max-complexity=10
|
||||||
- --max-line-length=130
|
- --max-line-length=131
|
||||||
- --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
|
||||||
|
Loading…
Reference in New Issue
Block a user