We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5f73d commit 11569f8Copy full SHA for 11569f8
.pre-commit-config.yaml
@@ -10,6 +10,6 @@ repos:
10
- id: ruff-format
11
- repo: https://github.com/astral-sh/uv-pre-commit
12
# uv version.
13
- rev: 0.5.23
+ rev: 0.6.0
14
hooks:
15
- id: uv-lock
pyproject.toml
@@ -67,6 +67,7 @@ dependencies = [
67
# https://docs.astral.sh/uv/reference/settings/
68
[tool.uv]
69
package = false # https://docs.astral.sh/uv/reference/settings/#package
70
+required-version = ">=0.6.0"
71
72
# https://docs.astral.sh/uv/reference/settings/#sources
73
[tool.uv.sources]
0 commit comments