sanic/setup.cfg

14 lines
251 B
INI
Raw Normal View History

2018-10-13 18:10:43 -07:00
[flake8]
ignore = E203, W503
2018-10-17 21:20:16 -07:00
[isort]
atomic = true
2018-10-17 21:20:16 -07:00
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = sanic
known_third_party = pytest
line_length = 79
lines_after_imports = 2
lines_between_types = 1
multi_line_output = 3