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.
project-version
1 parent e551263 commit 0be8837Copy full SHA for 0be8837
justfile
@@ -14,7 +14,7 @@ sync-docs:
14
uv sync --group=docs
15
16
@project-version:
17
- uv run toml get --toml-path pyproject.toml project.version
+ uv version | awk '{print $2}'
18
19
pre-commit := "pre-commit run --all-files --color=always --show-diff-on-failure"
20
pyproject.toml
@@ -63,7 +63,6 @@ scripts.re3data = "re3data.__main__:app"
63
dev = [
64
"pre-commit-uv",
65
"python-re3data[all]",
66
- "toml-cli",
67
]
68
test = [
69
"pytest",
0 commit comments