X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=.pylintrc;h=f9e3dfb32bb574da09605a83f1967d24ca67c9f2;hb=0840163bf2d3e9467807772283677856bb799887;hp=8a6e0fc35abfcdce84f3b051015c024993d640e3;hpb=1de81e81a0ba24622dec3ec4c9b6acba3bba3cf2;p=bup.git diff --git a/.pylintrc b/.pylintrc index 8a6e0fc..f9e3dfb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -3,9 +3,12 @@ [MESSAGES CONTROL] disable=all enable= + catching-non-exception, consider-using-in, + inconsistent-return-statements, return-in-init, trailing-whitespace, + undefined-variable, unidiomatic-typecheck, unused-import, unused-wildcard-import,