From 74d47c75e782db413b72526be42f7b4cbe7e7625 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 25 Jan 2022 16:08:37 -0500 Subject: [PATCH] Quet down pylint. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cc3ca5..e55c51f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ check: pylint cd test; $(MAKE) --quiet pylint: - @pylint sst.py + @pylint --score=n sst.py clean: rm -f sst.6 sst.html -- 2.31.1