Projet

Général

Profil

0002-pylint-ignore-unsupported-binary-operation-68473.patch

Frédéric Péters, 27 août 2022 16:04

Télécharger (657 octets)

Voir les différences:

Subject: [PATCH 2/2] pylint: ignore unsupported-binary-operation (#68473)

 pylint.rc | 1 +
 1 file changed, 1 insertion(+)
pylint.rc
53 53
    unnecessary-lambda-assignment,
54 54
    unspecified-encoding,
55 55
    unsubscriptable-object,
56
    unsupported-binary-operation,
56 57
    unsupported-membership-test,
57 58
    unused-argument,
58 59
    use-a-generator,
59
-