Skip to content

Commit

Permalink
Fix stupid mistake in pyproject.toml about the env scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Dec 28, 2023
1 parent c3ff79d commit f71e2cc
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 @@ -234,7 +234,7 @@ dependencies = [
"jupyterlab",
"ipython",
]
[tool.hatch.envs.scripts]
[tool.hatch.envs.default.scripts]
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/pytanis --cov=tests {args}"
no-cov = "cov --no-cov {args}"
debug = "cov --no-cov -s --pdb --pdbcls=IPython.core.debugger:Pdb {args}"
Expand Down

0 comments on commit f71e2cc

Please sign in to comment.