Skip to content

Commit bd5fc7d

Browse files
pin pylint deps in tox
1 parent ea56643 commit bd5fc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ commands = flake8
8888
skipdist = true
8989
skip_install = true
9090
deps =
91-
pylint
91+
pylint==2.6.2
9292
astroid==2.4.2
9393
commands =
9494
python -m pylint --rcfile=.pylintrc -j 0 src/sagemaker

0 commit comments

Comments
 (0)