diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-08-09 15:01:35 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-08-09 15:01:35 +0000 |
commit | 0554bb4f728f288bbeb831783c8635e48e4dbaa2 (patch) | |
tree | 532e581c7f2a079c0d1c2f5d591e8f07e41d9c0a | |
parent | 719ff18282284bebdca6e9b18955977528d91287 (diff) |
Updating isort
-rw-r--r-- | isort.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |