summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPradyun S. Gedam <pradyunsg@gmail.com>2017-05-16 15:39:37 +0530
committerPradyun S. Gedam <pradyunsg@gmail.com>2017-06-13 17:59:33 +0530
commit44be0b072ad353c70d1f2c528a9c13951fbdf413 (patch)
treedced76ac3b62c49393241df5bc6971249644c546 /setup.cfg
parent69a30e8fbe28f98bc2271fef0ea8d681aeb068ca (diff)
downloadpip-44be0b072ad353c70d1f2c528a9c13951fbdf413.tar.gz
isort: Have better configuration
Add pip._vendor as a third party package Use the indentation style that the project uses Add pip and tests as a known first party packages Change default section to THIRDPARTY
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 5dca87c20..af68163f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,13 @@
skip =
_vendor
__main__.py
+multi_line_output = 5
+known_third_party =
+ pip._vendor
+known_first_party =
+ pip
+ tests
+default_section = THIRDPARTY
[tool:pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache