Skip to content

Commit

Permalink
[CHORE][PACKAGES] Silences new Mypy errors related to PACKAGES_TOOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Aug 14, 2024
1 parent 7471de1 commit 9e61a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archey/entries/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_homebrew_cellar_path() -> str:
return "/usr/local/Cellar/"


PACKAGES_TOOLS = (
PACKAGES_TOOLS: typing.Tuple[typing.Dict[str, typing.Any], ...] = (
{"cmd": ("apk", "list", "--installed")},
# As of 2020, `apt` is _very_ slow compared to `dpkg` on Debian-based distributions.
# Additional note : `apt`'s CLI is currently not "stable" in Debian terms.
Expand Down

0 comments on commit 9e61a38

Please sign in to comment.