1 files changed, 7 insertions(+), 0 deletions(-)
M setup.cfg
M setup.cfg => setup.cfg +7 -0
@@ 14,4 14,11 @@ description-file = README.rst
test=pytest
[isort]
+combine_as_imports = true
+default_section = THIRDPARTY
+include_trailing_comma = true
+line_length = 160
+multi_line_output = 5
+not_skip = __init__.py
skip = docs/conf.py
+indent = 4