Commit c415e35
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
0 commit comments