Skip to content

Commit 5d66e42

Browse files
committed
add fail under bound for pylint
1 parent 47e7332 commit 5d66e42

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
@@ -116,7 +116,7 @@ skip_install = true
116116
deps =
117117
-r requirements/tox/pylint_requirements.txt
118118
commands =
119-
python -m pylint --rcfile=.pylintrc -j 0 src/sagemaker
119+
python -m pylint --rcfile=.pylintrc -j 0 src/sagemaker --fail-under=9.9
120120

121121
[testenv:spelling]
122122
skipdist = true

0 commit comments

Comments
 (0)