From 27d27e4f700eda9573a1cd0e280c4f79baebe071 Mon Sep 17 00:00:00 2001 From: Chin Sek Yi Date: Mon, 8 Jul 2024 07:12:38 +0800 Subject: [PATCH] edit makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cab14d..ae9a547 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ run: python main.py lint: - pylint app.py src/*.py src/components/*.py src/pipeline/*.py + pylint src/*.py src/components/*.py src/pipeline/*.py all: install format lint \ No newline at end of file