From 107efa7a267423e3be184341213a17ef0436dc2f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 14 Jun 2018 15:39:51 -0600 Subject: Add scrapy to known libraries --- isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort.cfg b/isort.cfg index 2946f6b..a0527fd 100644 --- a/isort.cfg +++ b/isort.cfg @@ -8,5 +8,5 @@ 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,peewee,ccxt,openpyxl,logzero,blessings,expiringdict,opbeat,gspread,oauth2client,mailchimp3,ratelimit,pytz +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,mailchimp3,ratelimit,pytz,scrapy known_first_party=cms -- cgit v1.2.3