Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 9222fda commit b2a4a73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ requires = ["tox-uv >= 1.16.0"]
deps = ["tox @ git+https://github.com/tox-dev/tox.git@main"]
description = "Run tests using devel branch of tox (unreleased)"

[tool.tox.env."py{39,310,311,312,313}-devel"]
deps = ["tox @ git+https://github.com/tox-dev/tox.git@main"]
description = "Run tests using devel branch of tox (unreleased)"

[tool.tox.env.lint]
commands = [
[
Expand All @@ -191,7 +187,7 @@ commands = [
# metadata validation
["sh", "-c", "python3 -m twine check --strict {toxinidir}/dist/*"],
# Install the wheel
["sh", "-c", "python3 -m pip install {toxinidir}/dist/*.whl"],
["sh", "-c", "python3 -m pip install {toxinidir}/dist/*.whl"]
]
deps = [
"build >= 0.9.0",
Expand All @@ -204,6 +200,10 @@ skip_install = true
# `usedevelop = true` overrides `skip_install` instruction, it's unwanted
usedevelop = false

[tool.tox.env."py{39,310,311,312,313}-devel"]
deps = ["tox @ git+https://github.com/tox-dev/tox.git@main"]
description = "Run tests using devel branch of tox (unreleased)"

[tool.tox.env_run_base]
allowlist_externals = [
"sh",
Expand Down

0 comments on commit b2a4a73

Please sign in to comment.