We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2408ed7 commit e0a2b39Copy full SHA for e0a2b39
2 files changed
mise.toml
@@ -5,6 +5,8 @@ python = "3.14.2"
5
[env]
6
_.python.venv = { path = ".venv", create = true }
7
8
+UV_PREVIEW_FEATURES = "add-bounds"
9
+
10
[tasks.setup]
11
sources = ["pyproject.toml", "uv.lock"]
12
run = [
pyproject.toml
@@ -31,6 +31,9 @@ warn_unreachable = true
31
[tool.hatch.version]
32
path = "src/python_template/__init__.py"
33
34
+[tool.uv]
35
+add-bounds = "exact"
36
37
[tool.ruff]
38
target-version = "py314"
39
select = [
0 commit comments