Skip to content

Commit

Permalink
FIX: install tox-uv on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 22, 2025
1 parent 8ce23b4 commit 6f089ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.17
rev: 0.5.18
hooks:
- id: check-dev-files
args:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
uv run \
--group doc \
--no-dev \
--with tox \
--with tox-uv \
tox -e doc
mkdir -p $READTHEDOCS_OUTPUT
mv docs/_build/html $READTHEDOCS_OUTPUT
Expand Down

0 comments on commit 6f089ce

Please sign in to comment.