]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
Update base_version to 0.34~ for 0.34 development
[bup.git] / .pylintrc
index f9e3dfb32bb574da09605a83f1967d24ca67c9f2..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,8 +1,10 @@
 # -*-conf-*-
+[GENERAL OPTIONS]
 
 [MESSAGES CONTROL]
 disable=all
 enable=
+  syntax-error,
   catching-non-exception,
   consider-using-in,
   inconsistent-return-statements,
@@ -12,4 +14,5 @@ enable=
   unidiomatic-typecheck,
   unused-import,
   unused-wildcard-import,
-  useless-return
+  useless-return,
+  super-init-not-called