Skip to content

Commit

Permalink
Merge pull request #8 from pkgxdev/astral.sh/uv
Browse files Browse the repository at this point in the history
detect uv.lock
  • Loading branch information
mxcl authored Jan 13, 2025
2 parents 4e4ab06 + 404c48f commit 2a282ee
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 2a282ee

Please sign in to comment.