summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylintrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index a603e61a7..32dda6ca8 100644
--- a/pylintrc
+++ b/pylintrc
@@ -381,6 +381,15 @@ int-import-graph=
overgeneral-exceptions=Exception
+[TYPING]
+
+# Minimum supported python version (used for typing only!)
+py-version = 3.6
+
+# Annotations are used exclusively for type checking
+runtime-typing = no
+
+
[pylint.DEPRECATED_BUILTINS]
# List of builtins function names that should not be used, separated by a comma