pylint: disable unsupported-assignment-operation & unsupported-membership-test (#57050)

This commit is contained in:
Thomas NOËL 2021-09-17 14:51:20 +02:00
parent 41fa5cd751
commit 8f8ecbf5d2
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ disable=
undefined-loop-variable,
unspecified-encoding,
unsubscriptable-object,
unsupported-assignment-operation,
unsupported-membership-test,
unused-argument,
use-a-generator