mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Turn off mypy on tests folder
This commit is contained in:
parent
23c632b37b
commit
756412d784
3 changed files with 16 additions and 7 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue