1
0
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:
William Ting 2017-05-31 22:52:05 -07:00
parent d5a4fd270d
commit e8f3cbd874
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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