Skip to content

Commit

Permalink
chore: updated ruff lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoAmici committed Sep 15, 2024
1 parent 79bb4ed commit 3ae1e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composite/python-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ runs:
- run: ruff format --check .
shell: sh

- run: ruff .
- run: ruff check .
shell: sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ format: venv
${BIN}/ruff format .

lint: venv
${BIN}/ruff .
${BIN}/ruff check .

0 comments on commit 3ae1e80

Please # to comment.