Skip to content

Commit

Permalink
fix: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejusk committed Jun 27, 2024
1 parent 3061335 commit 73a218a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
binaries: List[Text] = [
# extend shells
*shells,

# tools
"git",
"gh",
Expand All @@ -52,7 +51,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
"neofetch",
"redis-cli",
"redis-server",

# language: python
"pyenv",
"python",
Expand All @@ -61,7 +59,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
"pip3",
"pipx",
"poetry",

# langauge: js
"node",
"npm",
Expand All @@ -70,7 +67,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
binaries = [binary for binary in binaries if binary is not None]



# --------------------------------------------------------------------------- #
# Tests
# --------------------------------------------------------------------------- #
Expand Down

0 comments on commit 73a218a

Please sign in to comment.