We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c61a8 commit 904e2e9Copy full SHA for 904e2e9
pyproject.toml
@@ -122,13 +122,11 @@ load-plugins= [
122
"pylint.extensions.broad_try_clause",
123
"pylint.extensions.check_elif",
124
"pylint.extensions.code_style",
125
- "pylint.extensions.comparetozero",
126
"pylint.extensions.comparison_placement",
127
"pylint.extensions.confusing_elif",
128
# "pylint.extensions.consider_ternary_expression", # Not a pretty refactoring
129
"pylint.extensions.docparams",
130
"pylint.extensions.docstyle",
131
- "pylint.extensions.emptystring",
132
"pylint.extensions.eq_without_hash",
133
"pylint.extensions.for_any_all",
134
"pylint.extensions.mccabe",
0 commit comments