From 284828ebc40e184da420ce737ee7c3e61bf1e53c Mon Sep 17 00:00:00 2001 From: Ajit Kumar Date: Fri, 16 Feb 2024 08:58:41 +0000 Subject: [PATCH] updating source --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47d7e2d..e3b8b6c 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ test: format: black *.py lint: - pylint --disable=R,C hello.py + pylint --disable=R,C app.py all: install lint test format