Skip to content

Commit c415e35

Browse files
committed
remove pylint.extensions.emptystring plugin
This plugin was removed from pylint 3.0.0 by pylint-dev/pylint#6871 as mentioned in the changelog. It is now part of the implicit booleaness checker. Attempting to load it causes ************* Module Command line or configuration file Command line or configuration file:1:0: E0013: Plugin 'pylint.extensions.emptystring' is impossible to load, is it installed ? ('No module named 'pylint.extensions.emptystring'') (bad-plugin-value) Remove it. Signed-off-by: Kevin Locke <[email protected]>
1 parent 8be76d2 commit c415e35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ load-plugins = [
136136
'pylint.extensions.bad_builtin',
137137
'pylint.extensions.check_elif',
138138
'pylint.extensions.docparams',
139-
'pylint.extensions.emptystring',
140139
'pylint.extensions.eq_without_hash',
141140
'pylint.extensions.overlapping_exceptions',
142141
'pylint.extensions.redefined_variable_type',

0 commit comments

Comments
 (0)