Skip to content

Commit 4be4e5b

Browse files
committed
chore: self update
1 parent 1e3dc71 commit 4be4e5b

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.13.0-28-g3fbe9253
2+
_commit: v0.13.0-30-g1e3dc71c
33
_src_path: .
44
command_line_interface: none
55
conda_channel: wpk-nist

.taplo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ keys = [
2626
"tool.pyright",
2727
"tool.ty",
2828
"tool.uv",
29+
"tool.uv-locker.requirements",
2930
]
3031

3132
[rule.formatting]

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -339,19 +339,22 @@ style = "requirements"
339339

340340
[tool.uv-locker]
341341
pip-compile-config-file = "requirements/uv.toml"
342-
requirements = [
343-
{ path = "requirements/uvx-tools.txt", python = "min", output-file = "requirements/lock/uvx-tools.txt", options = [
344-
"--no-deps",
345-
"--no-strip-extras",
346-
"--universal",
347-
] },
348-
]
349342
scripts = [
350343
"tools/check_dist_version.py",
351344
"tools/sync_pyproject_min_versions.py",
352345
"tools/sync_template_uv_build_deps.py",
353346
]
354347

348+
[[tool.uv-locker.requirements]]
349+
path = "requirements/uvx-tools.txt"
350+
output-file = "requirements/lock/uvx-tools.txt"
351+
python = "min"
352+
options = [
353+
"--no-deps",
354+
"--no-strip-extras",
355+
"--universal",
356+
]
357+
355358
# * Other tools ----------------------------------------------------------------
356359
[tool.rooster]
357360
changelog_contributors = true

0 commit comments

Comments
 (0)