diff --git a/pyproject.toml b/pyproject.toml index acacc238..03e046d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,6 @@ features = ["test"] [tool.hatch.envs.test.scripts] unit = "python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" - ### Linting settings, envs & scripts [tool.hatch.envs.lint]