Skip to content

Commit 930d813

Browse files
committed
Remove deprecated suggestion-mode from .pylintrc
1 parent 755ce1f commit 930d813

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ py-version=3.9
8585
# Discover python modules and packages in the file system subtree.
8686
recursive=no
8787

88-
# When enabled, pylint would attempt to guess common misconfiguration and emit
89-
# user-friendly hints instead of false-positive error messages.
90-
suggestion-mode=yes
91-
9288
# Allow loading of arbitrary C extensions. Extensions are imported into the
9389
# active Python interpreter and may run arbitrary code.
9490
unsafe-load-any-extension=no

0 commit comments

Comments
 (0)