Disable lint for PyPy

This commit is contained in:
Alex Root Junior 2022-10-01 23:30:03 +03:00
parent b2a814d8b1
commit 71d1ded02f
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -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