Skip to content

Commit

Permalink
detect uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 13, 2025
1 parent 4e4ab06 commit 404c48f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sniff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export default async function (dir: Path) {
case "Taskfile.yml":
pkgs.push({ project: "taskfile.dev", constraint });
break;
case "uv.lock":
pkgs.push({ project: "astral.sh/uv", constraint });
break;
}
} else if (isDirectory) {
switch (name) {
Expand Down

0 comments on commit 404c48f

Please sign in to comment.