]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
pylint: enable unidiomatic-typecheck
[bup.git] / .pylintrc
index 74e7c1f9976243ee54e6975736205f37772c855f..8a6e0fc35abfcdce84f3b051015c024993d640e3 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -2,4 +2,11 @@
 
 [MESSAGES CONTROL]
 disable=all
-enable=unused-import,unused-wildcard-import
+enable=
+  consider-using-in,
+  return-in-init,
+  trailing-whitespace,
+  unidiomatic-typecheck,
+  unused-import,
+  unused-wildcard-import,
+  useless-return