From 0244ad90028181d58efd73fb50bd5e2ad80a9bc9 Mon Sep 17 00:00:00 2001 From: Raffaele Salmaso Date: Tue, 20 Feb 2018 22:46:53 +0100 Subject: [PATCH] Update isort configuration --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index cc537b43..d9652463 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- 2.45.2