summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 791b16447..3896d4e35 100644
--- a/pylintrc
+++ b/pylintrc
@@ -54,7 +54,7 @@ unsafe-load-any-extension=no
extension-pkg-allow-list=
# Minimum supported python version
-py-version = 3.7.2
+py-version = 3.8.0
# Control the amount of potential inferred values when inferring a single
# object. This can help the performance when dealing with large functions or
@@ -108,6 +108,7 @@ disable=
format,
# We anticipate #3512 where it will become optional
fixme,
+ consider-using-assignment-expr,
[REPORTS]