Skip to content

Commit

Permalink
Enable the self-assigning-variable Pylint warning (archlinux#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
correctmost authored Nov 4, 2024
1 parent 11987a0 commit 0370e89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion archinstall/lib/menu/abstract_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def menu_text(self, padding: int = 0) -> str:
if current:
padding += 5
description = unicode_ljust(str(self.description), padding, ' ')
current = current
else:
description = self.description
current = ''
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ disable = [
"raise-missing-from",
"redefined-builtin",
"redefined-outer-name",
"self-assigning-variable",
"unnecessary-lambda",
"unreachable",
"unspecified-encoding",
Expand Down

0 comments on commit 0370e89

Please sign in to comment.