Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Updated ruff cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
aittalam committed Aug 6, 2024
1 parent 2a7609a commit dc1d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: ruff
run: |
. .venv/bin/activate
ruff --output-format=github check .
ruff check --output-format=github .
continue-on-error: false

tests:
Expand Down

0 comments on commit dc1d319

Please sign in to comment.