From 281ea368b258b4f3466219f2a3d98dbffe5c40ef Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 19 Feb 2017 17:37:49 -0700 Subject: Adding updates to isort, 2 new packages for neovim --- isort.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isort.cfg') 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 -- cgit v1.2.3