Skip to content

Commit 0aa0895

Browse files
committed
Switch from build/pre-commit to uv/prek - this should make this faster.
1 parent 70137ef commit 0aa0895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ commands =
8080
deps =
8181
docutils
8282
twine
83-
build
84-
pre-commit
83+
uv
84+
prek
8585
skip_install = true
8686
commands =
87-
python -m build
87+
uv build --sdist --wheel
8888
twine check --strict dist/*
89-
pre-commit run --all-files --show-diff-on-failure
89+
prek run --all-files --show-diff-on-failure
9090

9191
[testenv:docs]
9292
usedevelop = true

0 commit comments

Comments
 (0)