summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3aa3064..5d7fd75 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,3 +19,14 @@ ignore =
docs/_build/html/_sources/*
docs/_build/doctest/*
docs/_build/html/_sources/api/*
+
+[isort]
+force_single_line = True
+combine_as_imports = True
+sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
+known_third_party = six, docutils, pkg_resources
+known_zope =
+known_first_party =
+default_section = ZOPE
+line_length = 79
+lines_after_imports = 2