Projet

Général

Profil

0001-pylint-ignore-unsupported-binary-operation-68470.patch

Frédéric Péters, 29 août 2022 08:45

Télécharger (655 octets)

Voir les différences:

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

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