From 50743304d9b42071bd7e53b96a964c8e07fdca1b Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 10 Mar 2017 10:17:15 -0700 Subject: More added to isort --- isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort.cfg b/isort.cfg index 2832db3..8ec4c9b 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 +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor -- cgit v1.2.3