Skip to content

Commit 9fb9b9d

Browse files
authored
Remove suggestion-mode option. (#547)
1 parent 1f11018 commit 9fb9b9d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

python-project-template/src/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ py-version={{ py.min(python_versions) }}
9393
# Discover python modules and packages in the file system subtree.
9494
recursive=no
9595

96-
# When enabled, pylint would attempt to guess common misconfiguration and emit
97-
# user-friendly hints instead of false-positive error messages.
98-
suggestion-mode=yes
99-
10096
# Allow loading of arbitrary C extensions. Extensions are imported into the
10197
# active Python interpreter and may run arbitrary code.
10298
unsafe-load-any-extension=no

python-project-template/tests/{% if 'pylint' in enforce_style %}.pylintrc{% endif %}.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ py-version={{ py.min(python_versions) }}
9393
# Discover python modules and packages in the file system subtree.
9494
recursive=no
9595

96-
# When enabled, pylint would attempt to guess common misconfiguration and emit
97-
# user-friendly hints instead of false-positive error messages.
98-
suggestion-mode=yes
99-
10096
# Allow loading of arbitrary C extensions. Extensions are imported into the
10197
# active Python interpreter and may run arbitrary code.
10298
unsafe-load-any-extension=no

0 commit comments

Comments
 (0)