mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
flake8: uniformly ignore unused polyglot imports
No need to have files where every single line contains the trailing comment "noqa"
This commit is contained in:
parent
f61dcf6b1a
commit
a7bbf0f51e
@ -2,6 +2,8 @@
|
|||||||
max-line-length = 160
|
max-line-length = 160
|
||||||
builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext,connect_lambda
|
builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext,connect_lambda
|
||||||
ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391,E722,E741,W504
|
ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391,E722,E741,W504
|
||||||
|
per-file-ignores =
|
||||||
|
src/polyglot/*:F401
|
||||||
|
|
||||||
[yapf]
|
[yapf]
|
||||||
based_on_style = pep8
|
based_on_style = pep8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user