pin to mypy==0.701

This commit is contained in:
Lex Berezhny 2019-06-20 15:53:26 -04:00
parent b96b27ed91
commit 1ec1ad19f8
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ jobs:
- stage: code quality
name: "pylint & mypy"
install:
- pip install astroid pylint mypy
- pip install astroid pylint mypy==0.701
- make install
script: make lint