mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed ruff command
This commit is contained in:
parent
0a9bee4bd2
commit
1cf6ce251b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue