From f525ddfa7b049df3afd3ba26aa930af8d9ec80aa Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 15 Mar 2017 15:19:56 -0600 Subject: Don't need to specify pep8, using flake8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8248e8d..0cab88f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,8 +58,8 @@ ADD PEARish.xml /root/PEARish.xml # Install python linting and neovim plugin RUN python -m ensurepip -RUN pip install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8 pep8-naming pep257 isort -RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8 pep8-naming pep257 isort +RUN pip install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort +RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort # Add flake8 config ADD flake8 /root/.flake8 -- cgit v1.2.3