Squelch the silly E402 errors from pep8

This commit is contained in:
Kovid Goyal 2015-02-08 09:50:14 +05:30
parent 9c17693aea
commit 4e9476c49f

View File

@ -1,4 +1,4 @@
[flake8] [flake8]
max-line-length = 160 max-line-length = 160
builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext
ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,W391 ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,E402,W391