File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
3- "commit" : " 6dc0657947ec59f90f42fb335701e8157cd8ab81 " ,
3+ "commit" : " 8642a1825348e6236ec62151c55dd90c7197ae08 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " 6dc0657947ec59f90f42fb335701e8157cd8ab81 "
39+ "_commit" : " 8642a1825348e6236ec62151c55dd90c7197ae08 "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change 1212 - id : biome-format
1313 exclude : ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
1414 - repo : https://github.com/tox-dev/pyproject-fmt
15- rev : v2.11 .1
15+ rev : v2.12 .1
1616 hooks :
1717 - id : pyproject-fmt
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
6767scripts.open = " python -m webbrowser -t docs/_build/html/index.html"
6868scripts.clean = " git clean -fdX -- {args:docs}"
6969
70+ [tool .hatch .envs .hatch-test ]
71+ dependency-groups = [ " dev" , " test" ]
72+
7073# Test the lowest and highest supported Python versions with normal deps
7174[[tool .hatch .envs .hatch-test .matrix ]]
7275deps = [ " stable" ]
@@ -77,9 +80,6 @@ python = [ "3.11", "3.14" ]
7780deps = [ " pre" ]
7881python = [ " 3.14" ]
7982
80- [tool .hatch .envs .hatch-test ]
81- dependency-groups = [ " dev" , " test" ]
82-
8383[tool .hatch .envs .hatch-test .overrides ]
8484# If the matrix variable `deps` is set to "pre",
8585# set the environment variable `UV_PRERELEASE` to "allow".
You can’t perform that action at this time.
0 commit comments