Merge pull request #25655 from mnesarco/fix-pylint-py-version

Build: Update pylint minimum python version to 3.10
This commit is contained in:
Chris Hennes
2025-11-25 10:48:23 -06:00
committed by GitHub

View File

@@ -82,15 +82,11 @@ persistent=yes
# Minimum Python version to use for version dependent checks. Will default to
# the version used to run pylint.
py-version=3.8
py-version=3.10
# Discover python modules and packages in the file system subtree.
recursive=no
# When enabled, pylint would attempt to guess common misconfiguration and emit
# user-friendly hints instead of false-positive error messages.
suggestion-mode=yes
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
unsafe-load-any-extension=no