mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Sync flake8 and autopep8 ignored errors.
This commit is contained in:
parent
d5a4fd270d
commit
e8f3cbd874
@ -7,6 +7,7 @@
|
|||||||
- --aggressive
|
- --aggressive
|
||||||
- --aggressive
|
- --aggressive
|
||||||
- --max-line-length=131
|
- --max-line-length=131
|
||||||
|
- --ignore=E126,E128,E731
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
|
@ -33,5 +33,6 @@ def j(path):
|
|||||||
if newpath:
|
if newpath:
|
||||||
ip.magic('cd %s' % newpath.decode('utf-8'))
|
ip.magic('cd %s' % newpath.decode('utf-8'))
|
||||||
|
|
||||||
|
|
||||||
# remove from namespace
|
# remove from namespace
|
||||||
del j
|
del j
|
||||||
|
Loading…
Reference in New Issue
Block a user