From af1aee5668e5073298065a7f608aeeb8673f1b58 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 27 Jul 2016 16:10:54 -0600 Subject: Added pep257 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3