Skip to content

Commit

Permalink
Update test_ruff.yml with new ruff check cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan authored Aug 16, 2024
1 parent e880b83 commit 3b78e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
shell: bash -l {0}
run: |
pip install ruff
ruff --ignore E501 .
ruff check --ignore E501 .

0 comments on commit 3b78e6e

Please sign in to comment.