We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1afa44 commit 1f3a05bCopy full SHA for 1f3a05b
1 file changed
pyproject.toml
@@ -120,8 +120,8 @@ build-backend = "hatchling.build"
120
[tool.poe.tasks]
121
format = [{cmd = "uv run black ."}, {cmd = "uv run isort ."}]
122
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"
+lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
+test = "uv run --all-groups pytest"
125
126
[tool.pytest.ini_options]
127
asyncio_mode = "auto"
0 commit comments