mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-01 17:50:30 -05:00
18 lines
421 B
INI
18 lines
421 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,E401,E402,E731,W391
|
|
|
|
[yapf]
|
|
based_on_style = pep8
|
|
column_limit = 85
|
|
split_penalty_import_names = 100
|
|
dedent_closing_brackets = True
|
|
coalesce_brackets = True
|
|
blank_line_before_nested_class_or_def = True
|
|
|
|
[isort]
|
|
combine_as_imports = True
|
|
line_length = 85
|
|
multi_line_output = 5
|