From ced9fc8f7cd6bc10d223baeb66ec774c94383449 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 2 Dec 2016 10:28:18 -0700 Subject: Adding isort to the install for managing imports --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6e25d3e..13f1307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,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-import-order flake8-quotes pep8 pep8-naming pep257 -RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 +RUN pip install neovim jedi flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 isort +RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 isort # Install nodejs linting # Install JS linting modules -- cgit v1.2.3