From c2c9b5cf3fa8cb784192cf84e399d6453259d85e Mon Sep 17 00:00:00 2001 From: Ivan Murabito Date: Fri, 20 Dec 2024 12:31:51 +0000 Subject: [PATCH] fix make lint --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c11677..bc4f037 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ install-dev: install-pre-commit: @pre-commit install lint: - @isort . --profile=black - @black . + @isort ./focoos --profile=black + @black ./focoos run-pre-commit: @pre-commit run --all-files test: