Skip to content

Commit

Permalink
chore: better integration between ruff and Github CI (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer authored Jan 30, 2025
1 parent fe0b7b8 commit f320c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: uv run ruff format --check

- name: Run ruff linter
run: uv run ruff check
run: uv run ruff check --output-format=github

- name: Run mypy
run: uv run mypy .
Expand Down

0 comments on commit f320c7f

Please sign in to comment.