Skip to content

Commit fe134a1

Browse files
committed
CI: increase pylint score threshold
Thanks to refactorings brought by some parent commits, the minimum expected Pylint score can be increased.
1 parent 9833125 commit fe134a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addopts = "-v --cov=rift --cov-report=term-missing"
88

99
[tool.pylint.main]
1010
# Specify a score threshold under which the program will exit with error.
11-
fail-under = 9.74
11+
fail-under = 9.80
1212

1313
# Minimum Python version to use for version dependent checks. Will default to the
1414
# version used to run pylint.

0 commit comments

Comments
 (0)