exclude broken pylint version

https://github.com/PyCQA/pylint/issues/3524
This commit is contained in:
Anthony Sottile 2020-04-27 13:00:01 -07:00
parent 43b14ff2d7
commit 1649827396

View file

@ -61,7 +61,7 @@ basepython = python3
skip_install = true
deps =
pyflakes
pylint
pylint!=2.5.0
commands =
pylint src/flake8