]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
Drop vestigial compat.items
[bup.git] / .pylintrc
index 0f7c2ed7348294f4e14d1755022e78a90d9524b6..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,14 +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