aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-07-27 16:10:54 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-07-27 16:10:54 -0600
commitaf1aee5668e5073298065a7f608aeeb8673f1b58 (patch)
tree347fef0271d847b7605ea39c900d27d8374532c8
parent14ce1d68605188a9fca191256a2c9591fa3a37f1 (diff)
Added pep257
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0c78bb0..58f790c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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