Skip to content

Commit 392c972

Browse files
committed
fix: set the right 'dev' tox dependency group
1 parent 4edc148 commit 392c972

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@ env_list = [
121121

122122
[tool.tox.env_run_base]
123123
runner = "uv-venv-lock-runner"
124-
dependency_groups = ["doc"]
124+
dependency_groups = ["dev"]
125125
commands = [
126126
["pytest", "--showlocals", "--full-trace", "{posargs}"],
127127
]
128128

129129
[tool.tox.env.style]
130130
skip_install = true
131131
runner = "uv-venv-runner"
132-
deps = ["pre-commit-uv"]
133132
commands = [
134133
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
135134
]

0 commit comments

Comments
 (0)