]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
git: close PackIdxList on init failures
[bup.git] / .pylintrc
index 1b6370b8f765dfc15c2be8a952cf314f20cd2a32..f9e3dfb32bb574da09605a83f1967d24ca67c9f2 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,8 +3,13 @@
 [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,
   useless-return