diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-09-20 16:03:21 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-09-20 16:03:21 -0600 |
commit | 7a809a453c9ba073073ef47d8ffe138981b4cd55 (patch) | |
tree | 18de969ce0cea918b2e223070968640fb899901e | |
parent | e948af915c5d648e2c4e200cdf39057be20788b0 (diff) |
Adding some modules 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,django_extensions,localflavor,post_office,paypal,djangocms_link +known_third_party=pdfcrowd,PyPDF2,pytest,mock,model_mommy,adminactions,private_storage,wagtail,modelcluster,django_extensions,localflavor,post_office,paypal,djangocms_link,peewee,ccxt |