mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Disable lint for PyPy
This commit is contained in:
parent
b2a814d8b1
commit
71d1ded02f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -113,6 +113,7 @@ jobs:
|
|||
poetry install --no-interaction -E redis -E proxy -E i18n $flags
|
||||
|
||||
- name: Lint code
|
||||
if: "env.IS_PYPY == 'false'"
|
||||
run: |
|
||||
poetry run flake8 aiogram
|
||||
poetry run mypy aiogram
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue