From: Eric S. Raymond Date: Tue, 25 Jan 2022 21:08:37 +0000 (-0500) Subject: Quet down pylint. X-Git-Tag: 2.8~81 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=74d47c75e782db413b72526be42f7b4cbe7e7625 Quet down pylint. --- 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