summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylintrc b/pylintrc
index 32dda6ca8..6acebfbfb 100644
--- a/pylintrc
+++ b/pylintrc
@@ -36,6 +36,9 @@ unsafe-load-any-extension=no
# run arbitrary code
extension-pkg-allow-list=
+# Minimum supported python version
+py-version = 3.6
+
[MESSAGES CONTROL]
@@ -383,9 +386,6 @@ 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