Solaar/setup.cfg

16 lines
300 B
INI

[flake8]
max-line-length = 127
extend-ignore = E266,E731,E741
min-python-version = 3.5
[yapf]
column_limit = 127
dedent_closing_brackets = True
coalesce_brackets = True
[isort]
line_length = 127
lines_between_types = 1
;blocked by https://github.com/google/yapf/issues/429
;lines_after_imports = 2