Skip to content

Commit

Permalink
CI: Try using --output-format=github for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Oct 23, 2023
1 parent 7d0d5fa commit 8544d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Lint with ruff
# Include `--format=github` to enable automatic inline annotations.
# Use settings from pyproject.toml.
run: ruff . -- --format=github --extend-exclude 'mesa/cookiecutter-mesa/*'
run: ruff . --output-format=github --extend-exclude 'mesa/cookiecutter-mesa/*'

lint-black:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8544d12

Please sign in to comment.