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 3fe4f65 commit 6d03afeCopy full SHA for 6d03afe
.github/workflows/_hatch.yml
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
lint:
12
needs: check
13
if: needs.check.outputs.branch-pr == ''
14
- uses: ./.github/workflows/_hatch.yml
+ uses: ./.github/workflows/_tox.yml
15
with:
16
- hatch: precommit,type-check
+ tox: precommit,type-check
17
18
test:
19
pyproject.toml
@@ -18,7 +18,7 @@ dev = [
"sphinx-autobuild",
"sphinx-copybutton",
20
"sphinx-design",
21
- "tox",
+ "tox-uv",
22
]
23
24
# # Without this, setuptools apparently try to scan the whole image's filesystem while working in /
0 commit comments