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