chore(helix): add ty and remove mypy
This commit is contained in:
parent
2e9301aaa1
commit
a4e971eb76
@ -15,18 +15,15 @@ let
|
|||||||
|
|
||||||
py3 = actualPkgs.python3.withPackages (ps: with ps; [
|
py3 = actualPkgs.python3.withPackages (ps: with ps; [
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
python-lsp-ruff
|
|
||||||
pylsp-rope
|
pylsp-rope
|
||||||
rope
|
rope
|
||||||
mypy
|
|
||||||
pylsp-mypy
|
|
||||||
black
|
black
|
||||||
|
ty
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = with actualPkgs; [
|
packages = with actualPkgs; [
|
||||||
# black
|
|
||||||
helix
|
helix
|
||||||
clang-tools
|
clang-tools
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
@ -40,6 +37,7 @@ in
|
|||||||
golangci-lint-langserver
|
golangci-lint-langserver
|
||||||
py3
|
py3
|
||||||
ruff
|
ruff
|
||||||
|
ty
|
||||||
gh
|
gh
|
||||||
gofumpt
|
gofumpt
|
||||||
taplo
|
taplo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user