diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-10-06 12:41:23 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-10-06 12:41:23 -0600 |
commit | 7d2e39bdab5de2fb09dbc9faedac74b9b90ccb47 (patch) | |
tree | d28307cc499ce65c301fe5aad6a44c016cbdc7c9 | |
parent | cabe50c926ad3ec75208f83433064f3caaf74c33 (diff) |
Adding mypy
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ######################################## |