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