feat(development): add mypy to default python packages

This commit is contained in:
2026-04-10 19:31:45 +02:00
parent ee8b2795f1
commit 7aae4b451a
+1 -1
View File
@@ -15,7 +15,7 @@
languagePackages = {
rust = with pkgs; [ rustup cargo-deny cargo-edit ];
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv ];
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv mypy ];
nodejs = with pkgs; [ nodejs pnpm ];
go = with pkgs; [ go golangci-lint ];
ruby = with pkgs; [ ruby bundler ];