Skip to content

Commit

Permalink
remove -
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 30, 2024
1 parent 24f6006 commit 036168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 036168d

Please sign in to comment.