pylint.rc: disable unsupported-binary-operation which reports false positives (#68469)

This commit is contained in:
Benjamin Dauvergne 2022-08-29 16:23:35 +02:00
parent a958b8cec1
commit 7d30f3fcf9
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ disable=
unspecified-encoding,
unsubscriptable-object,
unsupported-assignment-operation,
unsupported-binary-operation,
unsupported-membership-test,
unused-argument,
use-a-generator,