From ee14e2a4f857b4addb11abc6d11c37c952ec159a Mon Sep 17 00:00:00 2001 From: diligejy Date: Thu, 18 Jan 2024 11:13:15 +0900 Subject: [PATCH] fix path3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5eaa783..a7da407 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ install: pip install -r requirements.txt lint: - pylint --disable=R,C *.py + pylint --disable=R,C Practical_MLOps\Ch1\hello.py test: python -m pytest -vv --cov=hello Practical_MLOps\Ch1\test_hello.py