diff --git a/.pylintrc b/.pylintrc index d373c159b58..6b308d1966d 100644 --- a/.pylintrc +++ b/.pylintrc @@ -2,7 +2,7 @@ [MAIN] # Specify a score threshold to be exceeded before program exits with error. -fail-under=9.8 +fail-under=9.9 # Make sure public methods are documented. # See Also: https://github.com/PyCQA/pydocstyle/issues/309#issuecomment-1426642147 @@ -39,6 +39,7 @@ max-line-length=132 [MESSAGE CONTROL] disable= + fixme, no-else-return, consider-using-assignment-expr, deprecated-typing-alias, # disable for now - only deprecated recently