Skip to content

Commit

Permalink
Enable the expression-not-assigned Pylint rule (#2809)
Browse files Browse the repository at this point in the history
Commit 88b91ae fixed the last instance that existed in the
codebase.
  • Loading branch information
correctmost authored Nov 15, 2024
1 parent 88b91ae commit 1b40067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ disable = [
"cell-var-from-loop",
"comparison-with-callable",
"dangerous-default-value",
"expression-not-assigned",
"f-string-without-interpolation",
"fixme",
"protected-access",
Expand Down

0 comments on commit 1b40067

Please sign in to comment.