]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
test-sparse-files: increase the test size for macos/afs
[bup.git] / .pylintrc
index c7b5933fd3e3afb2f95e999bac150d2bbffbde53..caae1e8202ead07a1fccf1f0b9aded769e076781 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,6 +1,5 @@
 # -*-conf-*-
 [GENERAL OPTIONS]
-ignore=py2raise.py
 
 [MESSAGES CONTROL]
 disable=all
@@ -15,4 +14,5 @@ enable=
   unidiomatic-typecheck,
   unused-import,
   unused-wildcard-import,
-  useless-return
+  useless-return,
+  super-init-not-called