]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
pylint: add undefined-variable
[bup.git] / .pylintrc
index 1b6370b8f765dfc15c2be8a952cf314f20cd2a32..997e09fd0f3b72a291168c3cc7f56cedaf9545f5 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,8 +3,11 @@
 [MESSAGES CONTROL]
 disable=all
 enable=
+  consider-using-in,
   return-in-init,
   trailing-whitespace,
+  undefined-variable,
+  unidiomatic-typecheck,
   unused-import,
   unused-wildcard-import,
   useless-return