We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b2570 commit 3a8392bCopy full SHA for 3a8392b
2 files changed
template/Justfile
@@ -51,7 +51,7 @@ spell:
51
codespell
52
53
# run all quality checks
54
-check: format lint coverage typecheck codespell
+check: format lint coverage typecheck spell
55
56
# list available recipes
57
help:
template/pyproject.toml.jinja
@@ -92,7 +92,7 @@ python = [
92
93
[tool.hatch.envs.test.scripts]
94
test = "pytest {args}"
95
-coverage = "coverage run -m pytest {args}"
+cov = "coverage run -m pytest {args}"
96
97
[tool.hatch.build.targets.wheel]
98
packages = ["{{ package_name }}"]
0 commit comments