Skip to content

Commit 96dd028

Browse files
author
Ignacio Quintero
committed
Make sure we use a consistent pylint version
1 parent 7166342 commit 96dd028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ commands = flake8
7878
[testenv:pylint]
7979
basepython = python3
8080
deps =
81-
pylint
81+
pylint>=2.1
8282
commands =
83-
pylint --rcfile=.pylintrc --disable=R,C src/sagemaker
83+
python -m pylint --rcfile=.pylintrc src/sagemaker

0 commit comments

Comments
 (0)