Skip to content

Commit 510ef20

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent 51e71d4 commit 510ef20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -723,12 +723,6 @@ description = "Install using lowest constraints possible."
723723
runner = "uv-venv-runner"
724724
uv_resolution = "lowest"
725725

726-
[tool.tox.env.py310-lower]
727-
dependency_groups = ["dev"]
728-
description = "Install using lowest constraints possible."
729-
runner = "uv-venv-runner"
730-
uv_resolution = "lowest"
731-
732726
[tool.tox.env.pkg]
733727
commands = [
734728
["rm", "-rf", "{tox_root}/dist/"],
@@ -742,6 +736,12 @@ Build package, verify metadata, install package and assert behavior when ansible
742736
"""
743737
skip_install = true
744738

739+
[tool.tox.env.py310-lower]
740+
dependency_groups = ["dev"]
741+
description = "Install using lowest constraints possible."
742+
runner = "uv-venv-runner"
743+
uv_resolution = "lowest"
744+
745745
[tool.tox.env.redirects]
746746
commands = [
747747
["rtd", "projects", "ansible-lint", "redirects", "sync", "-f", "docs/redirects.yml", "--wet-run"]

0 commit comments

Comments
 (0)