From 7a0d63e4a7f6bff0259a5f23a0241e7a39d7d68a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 9 Dec 2018 12:10:19 -0800 Subject: [PATCH] pylint3 -> pylint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d20eed21..e6a930c1 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ test: test3: test lint: - pylint3 dns tests examples/*.py + pylint dns tests examples/*.py lint3: lint -- 2.47.3