Skip to content

Commit 11569f8

Browse files
committed
Update uv version
1 parent 6f5f73d commit 11569f8

File tree

3 files changed

+1464
-652
lines changed

3 files changed

+1464
-652
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ repos:
1010
- id: ruff-format
1111
- repo: https://github.com/astral-sh/uv-pre-commit
1212
# uv version.
13-
rev: 0.5.23
13+
rev: 0.6.0
1414
hooks:
1515
- id: uv-lock

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dependencies = [
6767
# https://docs.astral.sh/uv/reference/settings/
6868
[tool.uv]
6969
package = false # https://docs.astral.sh/uv/reference/settings/#package
70+
required-version = ">=0.6.0"
7071

7172
# https://docs.astral.sh/uv/reference/settings/#sources
7273
[tool.uv.sources]

0 commit comments

Comments
 (0)