ci: fix mypy checks

This commit is contained in:
Dmitry Belyaev 2022-06-04 15:48:25 +03:00
parent e2d5548466
commit 1eef4114cd
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Check type annotations with mypy
run: |
mkdir mypy_report
poetry run mypy --pretty --html-report mypy_report/
poetry run mypy --pretty --html-report mypy_report/ .
- name: Upload mypy report
uses: actions/upload-artifact@v2