Sync flake8 and autopep8 ignored errors.

pull/444/merge
William Ting 7 years ago
parent d5a4fd270d
commit e8f3cbd874

@ -7,6 +7,7 @@
- --aggressive
- --aggressive
- --max-line-length=131
- --ignore=E126,E128,E731
- id: check-added-large-files
- id: check-ast
- id: check-case-conflict

@ -33,5 +33,6 @@ def j(path):
if newpath:
ip.magic('cd %s' % newpath.decode('utf-8'))
# remove from namespace
del j

Loading…
Cancel
Save