X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=.pylintrc;h=f9e3dfb32bb574da09605a83f1967d24ca67c9f2;hb=1dc1f11918198d4a192e285de2c393dd6dc33a8b;hp=74e7c1f9976243ee54e6975736205f37772c855f;hpb=54b0467e48d27925ca8368d1f03c6254412b2786;p=bup.git diff --git a/.pylintrc b/.pylintrc index 74e7c1f..f9e3dfb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -2,4 +2,14 @@ [MESSAGES CONTROL] disable=all -enable=unused-import,unused-wildcard-import +enable= + catching-non-exception, + consider-using-in, + inconsistent-return-statements, + return-in-init, + trailing-whitespace, + undefined-variable, + unidiomatic-typecheck, + unused-import, + unused-wildcard-import, + useless-return