We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1afa44 commit 97a3fa5Copy full SHA for 97a3fa5
1 file changed
pyproject.toml
@@ -121,7 +121,7 @@ build-backend = "hatchling.build"
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"
+test = "uv run --all-groups pytest"
125
126
[tool.pytest.ini_options]
127
asyncio_mode = "auto"
0 commit comments