Skip to content

Commit

Permalink
Use uv for dependency management and replace lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 11, 2024
1 parent c145750 commit 0083b49
Show file tree
Hide file tree
Showing 4 changed files with 772 additions and 2,104 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def uv_run(
@nox.session(python=PYTHON)
def lockfile(session: nox.Session) -> None:
"""Check if the lockfile is up-to-date."""
session.run("pdm", "lock", "--check", external=True)
session.run("uv", "lock", "--locked", external=True)


@nox.session(python=PYTHON)
Expand Down
Loading

0 comments on commit 0083b49

Please sign in to comment.