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 3f55162 commit ab324f6Copy full SHA for ab324f6
pyproject.toml
@@ -120,6 +120,7 @@ keep-runtime-typing = true
120
121
[project.scripts]
122
# workaround while UV doesn't support scripts directly in the pyproject.toml
123
+# see: https://github.com/astral-sh/uv/issues/5903
124
test = "scripts.scripts:test"
125
test-cov = "scripts.scripts:test_cov"
126
cov-report = "scripts.scripts:cov_report"
0 commit comments