kitty/setup.cfg

15 lines
287 B
INI
Raw Normal View History

2016-10-14 10:03:27 +03:00
[flake8]
max-line-length = 160
2017-01-09 08:43:29 +03:00
exclude==template.py,linux-package
2017-02-08 07:29:36 +03:00
[yapf]
based_on_style = pep8
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
multi_line_output = 5