Skip to content

Commit 6fb9701

Browse files
authored
chore: Use uv v0.5.20 with dynamic versioning fixes (#315)
* 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.
1 parent de5d23c commit 6fb9701

File tree

2 files changed

+815
-758
lines changed

2 files changed

+815
-758
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
types_or: [python, pyi]
1818
args: [--ignore-missing-imports, --scripts-are-modules]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.0
20+
rev: v0.9.1
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -31,7 +31,7 @@ repos:
3131
# - id: pydoclint
3232
# args: [--check-class-attributes=False]
3333
- repo: https://github.com/astral-sh/uv-pre-commit
34-
rev: 0.4.27
34+
rev: 0.5.20
3535
hooks:
3636
- id: uv-lock
3737
name: Lock project dependencies

0 commit comments

Comments
 (0)