From da2de0db9c30d2fd84fe37c941e79d4df0d7e29c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 20 Oct 2017 19:16:36 +0000 Subject: Minor updates --- .gitignore | 1 + Dockerfile | 2 ++ isort.cfg | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b56f5b2..af0515c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ package .vimcache nvim vim-options +.mypy_cache diff --git a/Dockerfile b/Dockerfile index ad8a31d..483a2ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y \ ctags \ shellcheck \ netcat \ + ranger \ + ack-grep \ locales # Generally a good idea to have these, extensions sometimes need them diff --git a/isort.cfg b/isort.cfg index aaede7a..5a82ffe 100644 --- a/isort.cfg +++ b/isort.cfg @@ -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,peewee,ccxt,openpyxl,logzero,blessings +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 -- cgit v1.2.3