Update main.yml

This commit is contained in:
Alex 2020-10-10 17:21:43 +03:00 committed by GitHub
parent 7f262c9fab
commit a0946e542b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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