mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
5 lines
170 B
INI
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
|