summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-14 23:44:46 +0200
committerGitHub <noreply@github.com>2022-04-14 23:44:46 +0200
commitd138035faee22758cabd9657421c47147f8e82e0 (patch)
treecc0dcc1a434b736bab1cc5e3a31c21176f72f911 /pylintrc
parent2e0a4e716f136d86727f903fdeb4b107e471d524 (diff)
downloadpylint-git-d138035faee22758cabd9657421c47147f8e82e0.tar.gz
Bump py-version and add python-typing-update to CI (#6326)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index c48162362..6599dae10 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.6.2
+py-version = 3.7.2
# Control the amount of potential inferred values when inferring a single
# object. This can help the performance when dealing with large functions or