calibre/setup.cfg
Kovid Goyal 8cbdc8cbde ...
2013-05-03 00:32:45 +05:30

5 lines
170 B
INI

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