aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-12-17 22:19:03 +0000
committerCody Hiar <codyfh@gmail.com>2018-12-17 22:19:03 +0000
commit0d48964a2ff35d2ce8af9f4f78d6a656ff49af17 (patch)
tree35cebea450e7a20745cd544f4db9ff7d94641f3f /isort.cfg
parent3c3a82f38a4de58b8fe2ce0d6d2d606c8a156df5 (diff)
Updating python setup
Diffstat (limited to 'isort.cfg')
-rw-r--r--isort.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/isort.cfg b/isort.cfg
index 761b71a..beffcca 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -1,12 +1,15 @@
[settings]
not_skip=__init__.py
indent=' '
-multi_line_output=5
+line_length=88
+include_trailing_comma=True
+use_parentheses=True
+multi_line_output=3
+force_grid_wrap=0
known_django=django
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section=FIRSTPARTY
skip=migrations
-include_trailing_comma=True
# Because neovim runs in separate container, explicitly calling out third parties is needed
known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client,mailchimp3,ratelimit,pytz,scrapy,rules
known_first_party=cms