fix: run lint
This commit is contained in:
@@ -43,7 +43,6 @@ shells: List[Text] = [
|
||||
binaries: List[Text] = [
|
||||
# extend shells
|
||||
*shells,
|
||||
|
||||
# tools
|
||||
"git",
|
||||
"gh",
|
||||
@@ -52,7 +51,6 @@ binaries: List[Text] = [
|
||||
"neofetch",
|
||||
"redis-cli",
|
||||
"redis-server",
|
||||
|
||||
# language: python
|
||||
"pyenv",
|
||||
"python",
|
||||
@@ -61,7 +59,6 @@ binaries: List[Text] = [
|
||||
"pip3",
|
||||
"pipx",
|
||||
"poetry",
|
||||
|
||||
# langauge: js
|
||||
"node",
|
||||
"npm",
|
||||
@@ -70,7 +67,6 @@ binaries: List[Text] = [
|
||||
binaries = [binary for binary in binaries if binary is not None]
|
||||
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------- #
|
||||
# Tests
|
||||
# --------------------------------------------------------------------------- #
|
||||
|
||||
Reference in New Issue
Block a user