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