From 0af86500ed45e1d631dd828b8dea2405fbbd2a68 Mon Sep 17 00:00:00 2001 From: Sune Broendum Woeller Date: Wed, 27 Jun 2018 01:51:51 +0200 Subject: [PATCH] isort config --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.cfg b/setup.cfg index 81049c3a..27e2916e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,16 @@ [zest.releaser] create-wheel = yes + +# When Python 2-3 compatible: +# [bdist_wheel] +# universal = 1 + +[isort] +# for details see +# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting +force_alphabetical_sort = True +force_single_line = True +lines_after_imports = 2 +line_length = 200 +not_skip = + __init__.py