Fixed ruff command

This commit is contained in:
Alex Root Junior 2023-10-21 21:48:22 +03:00
parent 0a9bee4bd2
commit 1cf6ce251b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -74,7 +74,7 @@ jobs:
- name: Lint code
if: "env.IS_PYPY == 'false'"
run: |
ruff --format=github aiogram examples
ruff --output-format=github aiogram examples
mypy aiogram
black --check --diff aiogram tests