Increase mypy version

This commit is contained in:
Paul Nameless 2021-04-21 10:17:49 +03:00
parent 30e81e89b3
commit 0b28232bb0

View file

@ -26,7 +26,7 @@ jobs:
- name: Install tools
run: |
pip install black==20.8b1 mypy==0.790 isort==5.6.2 flake8==3.8.4
pip install black==20.8b1 mypy==0.812 isort==5.6.2 flake8==3.8.4
- name: Check formatting and run linters
run: |