Skip to content

Commit 904e2e9

Browse files
Remove comparetozero and empty string from the pylint
They were moved to a builtin checker and were disabled by default.
1 parent d5c61a8 commit 904e2e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,11 @@ load-plugins= [
122122
"pylint.extensions.broad_try_clause",
123123
"pylint.extensions.check_elif",
124124
"pylint.extensions.code_style",
125-
"pylint.extensions.comparetozero",
126125
"pylint.extensions.comparison_placement",
127126
"pylint.extensions.confusing_elif",
128127
# "pylint.extensions.consider_ternary_expression", # Not a pretty refactoring
129128
"pylint.extensions.docparams",
130129
"pylint.extensions.docstyle",
131-
"pylint.extensions.emptystring",
132130
"pylint.extensions.eq_without_hash",
133131
"pylint.extensions.for_any_all",
134132
"pylint.extensions.mccabe",

0 commit comments

Comments
 (0)