diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | isort.cfg | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -2,3 +2,4 @@ package .vimcache nvim vim-options +.mypy_cache @@ -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 @@ -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 |