diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-22 09:30:57 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-22 09:30:57 -0700 |
commit | 4f7448e9a8fe0d7733d27100be7c3cca88e38c8c (patch) | |
tree | 91f8bb1db452244962dc619fa141f51004285198 | |
parent | 876fc7439d5675d5fdc3f0cdcd8d90e7cf4f80af (diff) |
Adding more third party apps
-rw-r--r-- | isort.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ 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 +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail |