update mypy and pin version

This commit is contained in:
Maximilian Hils 2020-04-02 11:40:50 +02:00
parent 3046a628fd
commit 19aa7aeeb7
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install mypy
- run: pip install mypy==0.770
- run: mypy .
test:
strategy: