diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-27 16:10:54 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-27 16:10:54 -0600 |
commit | af1aee5668e5073298065a7f608aeeb8673f1b58 (patch) | |
tree | 347fef0271d847b7605ea39c900d27d8374532c8 | |
parent | 14ce1d68605188a9fca191256a2c9591fa3a37f1 (diff) |
Added pep257
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ neovim # Install the neovim python plugins -RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming +RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 RUN pip3 install neovim # Download my Neovim Repo |