aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-06-14 15:39:51 -0600
committerCody Hiar <codyfh@gmail.com>2018-06-14 15:39:51 -0600
commit107efa7a267423e3be184341213a17ef0436dc2f (patch)
tree6504c69efadc0d31fb74ae0a760d2ca241c86350
parent4678b6292f2c8d40f7d89dd3e9ec29c31d8dadda (diff)
Add scrapy to known libraries
-rw-r--r--isort.cfg2
1 files changed, 1 insertions, 1 deletions
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