Skip to content

Commit

Permalink
Add tests to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Mar 8, 2024
1 parent 760aeee commit 7f99c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unit-test:

fmt:
@echo "Formatting source code"
@poetry run ruff ./joystick_diagrams --fix
@poetry run ruff ./joystick_diagrams ./tests --fix

lint:
@echo "Linting source code"
Expand Down

0 comments on commit 7f99c59

Please sign in to comment.