Turn off mypy on tests folder

This commit is contained in:
Boger 2020-03-25 16:19:48 +03:00
parent 23c632b37b
commit 756412d784
3 changed files with 16 additions and 7 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Lint code
run: |
poetry run flake8 aiogram test
poetry run mypy aiogram tests
poetry run mypy aiogram
- name: Run tests
run: |