summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index 9ae639b7..3d08f8d4 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -23,6 +23,7 @@ disable=
too-many-locals,
too-many-public-methods,
too-many-statements,
+ unidiomatic-typecheck,
unused-argument
[REPORTS]