pin pylint to 2.4.4

This commit is contained in:
Lex Berezhny 2020-04-27 10:18:39 -04:00
parent 08197a327e
commit 523d22262b

View file

@ -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: