Skip to content

Commit 1f3a05b

Browse files
committed
Install all groups in tests
1 parent b1afa44 commit 1f3a05b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ build-backend = "hatchling.build"
120120
[tool.poe.tasks]
121121
format = [{cmd = "uv run black ."}, {cmd = "uv run isort ."}]
122122
lint = [{cmd = "uv run black --check ."}, {cmd = "uv run isort --check-only ."}, {ref = "lint-types" }]
123-
lint-types = "uv run mypy --check-untyped-defs --namespace-packages ."
124-
test = "uv run pytest"
123+
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
124+
test = "uv run --all-groups pytest"
125125

126126
[tool.pytest.ini_options]
127127
asyncio_mode = "auto"

0 commit comments

Comments
 (0)