]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
Update base_version to 0.34~ for 0.34 development
[bup.git] / .pylintrc
index 1b6370b8f765dfc15c2be8a952cf314f20cd2a32..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,10 +1,18 @@
 # -*-conf-*-
+[GENERAL OPTIONS]
 
 [MESSAGES CONTROL]
 disable=all
 enable=
+  syntax-error,
+  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
+  useless-return,
+  super-init-not-called