Skip to content

Commit

Permalink
Update ruff command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstlaurent committed Jun 27, 2024
1 parent ea4b519 commit 77e6c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
pip install ruff
- name: Lint
run: ruff .
run: ruff check .

0 comments on commit 77e6c43

Please sign in to comment.