From 19ebfc1b80b7a1083ee836d8f4d5dee541d610ea Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:33:01 -0400 Subject: [PATCH] Remove `suggestion-mode` option. --- ... if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja | 4 ---- ... if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja | 4 ---- 2 files changed, 8 deletions(-) diff --git a/python-project-template/src/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja b/python-project-template/src/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja index 772ee40..b1cf24a 100644 --- a/python-project-template/src/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja +++ b/python-project-template/src/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja @@ -93,10 +93,6 @@ py-version={{ py.min(python_versions) }} # 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 diff --git a/python-project-template/tests/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja b/python-project-template/tests/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja index dad61ad..e5f7679 100644 --- a/python-project-template/tests/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja +++ b/python-project-template/tests/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja @@ -93,10 +93,6 @@ py-version={{ py.min(python_versions) }} # 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