From c24874eb5cacb1a389785e0eddea3a939ded3087 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:25:45 +0000 Subject: [PATCH] chore(nix): add basedpyright to development shell Added basedpyright as a build input to the Nix devShell to provide IDE support for Python type checking. This tool complements the existing mypy hooks and improves developer experience with real-time type feedback in editors. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b9e3670..1dd048e 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,7 @@ nixfmt-rfc-style typos typos-lsp + basedpyright ]; shellHook = ''