aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-08-09 15:01:35 +0000
committerCody Hiar <codyfh@gmail.com>2018-08-09 15:01:35 +0000
commit0554bb4f728f288bbeb831783c8635e48e4dbaa2 (patch)
tree532e581c7f2a079c0d1c2f5d591e8f07e41d9c0a
parent719ff18282284bebdca6e9b18955977528d91287 (diff)
Updating isort
-rw-r--r--isort.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort.cfg b/isort.cfg
index a0527fd..761b71a 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -8,5 +8,5 @@ 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
+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