From 4301733fd52847793a486480f3900c8ece5b696c Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 6 Jan 2026 09:02:19 +0000 Subject: [PATCH] chore: basepyright -> ty --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 509a98f..6f6338d 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ ty = { enable = true; name = "ty"; - entry = "${pkgs.uv}/bin/uv run ty check"; + entry = "${pkgs.ty}/bin/ty check"; files = "^stackone_ai/"; language = "system"; types = [ "python" ]; @@ -92,9 +92,9 @@ devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ uv + ty just nixfmt-rfc-style - basedpyright # security gitleaks