summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-28 07:35:27 -0500
committerTim Graham <timograham@gmail.com>2015-02-06 08:16:28 -0500
commit0ed7d155635da9f79d4dd67e4889087d3673c6da (patch)
treecf5c59b563f01774f32e20b3af8cb24a387fdc4d /setup.cfg
parent388d986b8a6bb1363dab9f53ea435dff4dfe92cb (diff)
downloaddjango-0ed7d155635da9f79d4dd67e4889087d3673c6da.tar.gz
Sorted imports with isort; refs #23860.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ef96c071b6..a29bd9e153 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,13 @@ exclude=build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/co
ignore=E123,E128,E265,E501,W601
max-line-length = 119
+[isort]
+combine_as_imports = true
+default_section = THIRDPARTY
+include_trailing_comma = true
+known_first_party = django
+multi_line_output = 5
+
[metadata]
license-file = LICENSE