Enable the expression-not-assigned Pylint rule (#2809)
Commit 88b91ae201 fixed the last instance that existed in the
codebase.
This commit is contained in:
parent
88b91ae201
commit
1b40067e5a
|
|
@ -152,7 +152,6 @@ disable = [
|
||||||
"cell-var-from-loop",
|
"cell-var-from-loop",
|
||||||
"comparison-with-callable",
|
"comparison-with-callable",
|
||||||
"dangerous-default-value",
|
"dangerous-default-value",
|
||||||
"expression-not-assigned",
|
|
||||||
"f-string-without-interpolation",
|
"f-string-without-interpolation",
|
||||||
"fixme",
|
"fixme",
|
||||||
"protected-access",
|
"protected-access",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue