Skip to content

Commit 6d03afe

Browse files
committed
Replace tox with tox-uv; Remove hatch.yml
1 parent 3fe4f65 commit 6d03afe

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.github/workflows/_hatch.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
lint:
1212
needs: check
1313
if: needs.check.outputs.branch-pr == ''
14-
uses: ./.github/workflows/_hatch.yml
14+
uses: ./.github/workflows/_tox.yml
1515
with:
16-
hatch: precommit,type-check
16+
tox: precommit,type-check
1717

1818
test:
1919
needs: check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev = [
1818
"sphinx-autobuild",
1919
"sphinx-copybutton",
2020
"sphinx-design",
21-
"tox",
21+
"tox-uv",
2222
]
2323

2424
# # Without this, setuptools apparently try to scan the whole image's filesystem while working in /

0 commit comments

Comments
 (0)