python: enable type-checking with ty
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/settings/development/python.nix → user/settings/development/python.nix
@@ -2,6 +2,7 @@ { pkgs , ... }: { home.packages = with pkgs; [ + ty uv ]; }