Skip to content

Commit 4301733

Browse files
committed
chore: basepyright -> ty
1 parent 428df36 commit 4301733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
ty = {
8282
enable = true;
8383
name = "ty";
84-
entry = "${pkgs.uv}/bin/uv run ty check";
84+
entry = "${pkgs.ty}/bin/ty check";
8585
files = "^stackone_ai/";
8686
language = "system";
8787
types = [ "python" ];
@@ -92,9 +92,9 @@
9292
devShells.default = pkgs.mkShell {
9393
buildInputs = with pkgs; [
9494
uv
95+
ty
9596
just
9697
nixfmt-rfc-style
97-
basedpyright
9898

9999
# security
100100
gitleaks

0 commit comments

Comments
 (0)