diff --git a/pyproject.toml b/pyproject.toml index d377572e..c8f142cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ description = "Env for running development commands for testing" features = ["test"] [tool.hatch.envs.test.scripts] -unit = "- python -m pytest {args:tests/unit}" +unit = "python -m pytest {args:tests/unit}" ### Linting settings, envs & scripts