Skip to content

Commit

Permalink
Update command for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cwognum committed Jul 3, 2024
1 parent 05dff54 commit 1421ec0
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 @@ -28,7 +28,7 @@ jobs:
pip install ruff
- name: Lint
run: ruff .
run: ruff check .

- name: Format
run: ruff format . --check

0 comments on commit 1421ec0

Please sign in to comment.