SIlence the idiotic l is an ambiguous variable name warning from pep8

This commit is contained in:
Kovid Goyal 2017-10-30 08:32:41 +05:30
parent e29e8c2b28
commit 9d2d338840
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,7 +1,7 @@
[flake8]
max-line-length = 160
builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext
ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391,E722
ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391,E722,E741
[yapf]
based_on_style = pep8