mirror of
https://github.com/paul-nameless/tg
synced 2024-11-28 14:50:20 +00:00
Increase mypy version
This commit is contained in:
parent
30e81e89b3
commit
0b28232bb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
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
|
- name: Check formatting and run linters
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue