Skip to content

Commit

Permalink
ruff now requires the check action to be provided explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Jun 28, 2024
1 parent 5c39e8e commit eceb4b2
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 @@ -42,7 +42,7 @@ jobs:
git clean -xdf
- name: Run ruff
run: |
python3 -m ruff .
python3 -m ruff check .
python3 -m nbqa ruff .
- name: Run isort
run: |
Expand Down

0 comments on commit eceb4b2

Please sign in to comment.