From 71c6fd1e41f353d668cca4fd6d93133f82750a30 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 6 Feb 2018 10:01:29 -0700 Subject: Adding our cms to first party --- isort.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/isort.cfg b/isort.cfg index b2e7d48..3f434c4 100644 --- a/isort.cfg +++ b/isort.cfg @@ -9,3 +9,4 @@ 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,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client, +known_first_party=cms -- cgit v1.2.3