Skip to content

Commit

Permalink
makefile organize
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed Oct 3, 2024
1 parent 3696e35 commit ff75813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RUN := uv run
test:
$(RUN) python -m pytest -s

fmt:
ruff check
ruff format --diff
fix:
ruff check --fix
ruff format

0 comments on commit ff75813

Please sign in to comment.