aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-19 17:37:49 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-19 17:37:49 -0700
commit281ea368b258b4f3466219f2a3d98dbffe5c40ef (patch)
tree98915dfbaa0b744aed680a44545b1a8df41b7638 /isort.cfg
parentf6ca95bdc24a3bde4f0f1d4686a8c9b432c9a690 (diff)
Adding updates to isort, 2 new packages for neovim
Diffstat (limited to 'isort.cfg')
-rw-r--r--isort.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/isort.cfg b/isort.cfg
index 01ca055..a513871 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -6,3 +6,5 @@ known_django=django
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
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