Skip to content

Commit

Permalink
Use non-deprecated --output-format parameter for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Jan 25, 2024
1 parent e255ce6 commit 49017e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: pip-install
# now come the tests
- name: Execute ruff
run: ruff check --format=github .
run: ruff check --output-format=github .
if: success() || steps.pip-install.conclusion == 'success'
- name: Execute mypy
run: ./scripts/run_mypy.sh
Expand Down

0 comments on commit 49017e6

Please sign in to comment.