Skip to content

Commit

Permalink
Fixed ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Oct 21, 2023
1 parent 0a9bee4 commit 1cf6ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cf6ce2

Please sign in to comment.