We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedebb9 commit 9e0791fCopy full SHA for 9e0791f
tox.ini
@@ -69,6 +69,6 @@ commands = flake8
69
[testenv:pylint]
70
basepython = python3
71
deps =
72
- pylint>=2.1
+ pylint==2.1.1
73
commands =
74
python -m pylint --rcfile=.pylintrc src/sagemaker
0 commit comments