We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f9993 commit a19531eCopy full SHA for a19531e
1 file changed
tox.ini
@@ -80,13 +80,13 @@ commands =
80
deps =
81
docutils
82
twine
83
- build
84
- pre-commit
+ uv
+ prek
85
skip_install = true
86
commands =
87
- python -m build
+ uv build --sdist --wheel
88
twine check --strict dist/*
89
- pre-commit run --all-files --show-diff-on-failure
+ prek run --all-files --show-diff-on-failure
90
91
[testenv:docs]
92
usedevelop = true
0 commit comments