diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-04-14 23:44:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 23:44:46 +0200 |
commit | d138035faee22758cabd9657421c47147f8e82e0 (patch) | |
tree | cc0dcc1a434b736bab1cc5e3a31c21176f72f911 | |
parent | 2e0a4e716f136d86727f903fdeb4b107e471d524 (diff) | |
download | pylint-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>
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |