diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-23 09:27:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-23 09:27:13 -0700 |
commit | 9c914e5513a2e7d4702a0a93171eed506fb7696a (patch) | |
tree | 03a79f186016738d789f6e98d077274c3c1fce0b /nix/profiles | |
parent | install and configure aspell (diff) | |
download | world-9c914e5513a2e7d4702a0a93171eed506fb7696a.tar.gz |
install required python packages for ruff-lsp
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/dev.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index b8d055d..a7b1df7 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -8,7 +8,10 @@ let black click isort + python-lsp-server pylsp-mypy + python-lsp-ruff + ruff-lsp requests types-requests pip |