From 7a809a453c9ba073073ef47d8ffe138981b4cd55 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 20 Sep 2017 16:03:21 -0600 Subject: Adding some modules to isort --- isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort.cfg b/isort.cfg index f1c9046..e06ca37 100644 --- a/isort.cfg +++ b/isort.cfg @@ -8,4 +8,4 @@ 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 +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt -- cgit v1.2.3