From 0424e27f651bf6df492c9ad0ba7c7e9def60f224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 6 Sep 2024 10:19:04 +0200 Subject: [PATCH] nix: add pyright/ruff for proper LSP in the impure devshell (#2496) 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 ]);