From 7d2e39bdab5de2fb09dbc9faedac74b9b90ccb47 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 6 Oct 2017 12:41:23 -0600 Subject: Adding mypy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8cf98a2..ad8a31d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ ADD PEARish.xml /root/PEARish.xml # Install python linting and neovim plugin 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 +RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy ######################################## -- cgit v1.2.3