From 523d22262b890da41eb695f411ed9ec70aac52cf Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 27 Apr 2020 10:18:39 -0400 Subject: [PATCH] pin pylint to 2.4.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d189bb6fa..23b3f84e8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: pip install -e . tools: - pip install mypy==0.701 + pip install mypy==0.701 pylint==2.4.4 pip install coverage astroid pylint lint: