From 076a3a990e35d91544ec22a98d96f6bc03754b9e Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 30 Jan 2024 10:55:10 -0600 Subject: [PATCH] remove dash again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4626598a..acacc238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ description = "Env for running development commands for testing" features = ["test"] [tool.hatch.envs.test.scripts] -unit = "- python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" +unit = "python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" ### Linting settings, envs & scripts