Build: Remove deprecated pylint option

This commit is contained in:
Frank Martinez
2025-11-25 10:41:29 -05:00
parent 4df949fa3a
commit f024126f8b

View File

@@ -87,10 +87,6 @@ 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