From e79f627d8f60d49f1f37118dbe148bcd5318909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 6 Sep 2024 08:07:41 +0000 Subject: [PATCH] nix: add pyright/ruff for proper LSP in the impure devshell We need this to ensure that pyright/ruff are part of the same interpreter/venv. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 82f9ab1d..58a8e311 100644 --- a/flake.nix +++ b/flake.nix @@ -82,8 +82,10 @@ docker pip ipdb + pyright pytest pytest-asyncio + ruff syrupy ]);