aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Dockerfile2
-rw-r--r--isort.cfg2
3 files changed, 4 insertions, 1 deletions
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