From 7f99c59fdfd59de41751276b21ca67c869304db1 Mon Sep 17 00:00:00 2001 From: Rob <5183487+Rexeh@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:17:19 +0000 Subject: [PATCH] Add tests to fmt --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f71f619..ece629f 100644 --- a/makefile +++ b/makefile @@ -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"