We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428df36 commit 4301733Copy full SHA for 4301733
1 file changed
flake.nix
@@ -81,7 +81,7 @@
81
ty = {
82
enable = true;
83
name = "ty";
84
- entry = "${pkgs.uv}/bin/uv run ty check";
+ entry = "${pkgs.ty}/bin/ty check";
85
files = "^stackone_ai/";
86
language = "system";
87
types = [ "python" ];
@@ -92,9 +92,9 @@
92
devShells.default = pkgs.mkShell {
93
buildInputs = with pkgs; [
94
uv
95
+ ty
96
just
97
nixfmt-rfc-style
- basedpyright
98
99
# security
100
gitleaks
0 commit comments