Skip to content

Commit

Permalink
chore: Use uv v0.5.20 with dynamic versioning fixes (#315)
Browse files Browse the repository at this point in the history
* chore: Bump pre-commit hooks, in particular uv

Newest uv contains a fix for dynamically versioned packages.

* Update uv.lock

From running `uv lock -U` on the current lockfile.

Means deps are upgraded, and lakefs-spec versions are replaced by an editable install.
  • Loading branch information
nicholasjng authored Jan 16, 2025
1 parent de5d23c commit 6fb9701
Show file tree
Hide file tree
Showing 2 changed files with 815 additions and 758 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
types_or: [python, pyi]
args: [--ignore-missing-imports, --scripts-are-modules]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.9.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -31,7 +31,7 @@ repos:
# - id: pydoclint
# args: [--check-class-attributes=False]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.27
rev: 0.5.20
hooks:
- id: uv-lock
name: Lock project dependencies
Expand Down
Loading

0 comments on commit 6fb9701

Please sign in to comment.