Add python-lsp-ruff to python dev env

This commit is contained in:
Lillian Violet 2024-09-10 10:56:41 +02:00
parent 6c6e0738e8
commit af9f09b584

View file

@ -21,6 +21,7 @@
++ (with pkgs.python311Packages; [
pip
python-lsp-server
python-lsp-ruff
]);
};
});