Skip to content

Commit 3a8392b

Browse files
committed
update
1 parent 77b2570 commit 3a8392b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spell:
5151
codespell
5252

5353
# run all quality checks
54-
check: format lint coverage typecheck codespell
54+
check: format lint coverage typecheck spell
5555

5656
# list available recipes
5757
help:

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ python = [
9292

9393
[tool.hatch.envs.test.scripts]
9494
test = "pytest {args}"
95-
coverage = "coverage run -m pytest {args}"
95+
cov = "coverage run -m pytest {args}"
9696

9797
[tool.hatch.build.targets.wheel]
9898
packages = ["{{ package_name }}"]

0 commit comments

Comments
 (0)