diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-10 10:17:15 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-10 10:17:15 -0700 |
commit | 50743304d9b42071bd7e53b96a964c8e07fdca1b (patch) | |
tree | 41d2924edee666e950b117fe2b43a76f7f20ec90 | |
parent | 82a4453b2941905ae3e7e7f73620fb52f587a7a9 (diff) |
More added to isort
-rw-r--r-- | isort.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |