From bc4f969f005a923c6254f25535826b48d210ca25 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 24 Mar 2024 11:33:18 +0000 Subject: [PATCH] Switch to pyright for better venv / nix-shell support Settings in emacs to hopefully make it work nicely in a single file environment as well as a project --- home/prog/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/prog/default.nix b/home/prog/default.nix index 11c28fe1..1b58463a 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -13,9 +13,8 @@ # Python python3 - python3Packages.jedi-language-server + nodePackages.pyright ruff - mypy # Fortran gfortran