Skip to content

Commit b2a3b70

Browse files
authored
chore(nix): add basedpyright to development shell (#61)
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.
1 parent c5cf8d4 commit b2a3b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
nixfmt-rfc-style
8585
typos
8686
typos-lsp
87+
basedpyright
8788
];
8889

8990
shellHook = ''

0 commit comments

Comments
 (0)