aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-10-20 19:16:36 +0000
committerCody Hiar <codyfh@gmail.com>2017-10-20 19:16:36 +0000
commitda2de0db9c30d2fd84fe37c941e79d4df0d7e29c (patch)
tree7b9c9a39f7dd7df5e4c3379d7b96266c1df415f6
parent7d2e39bdab5de2fb09dbc9faedac74b9b90ccb47 (diff)
Minor updates
-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