Skip to content

Commit 52c99fd

Browse files
Update instance repo from cookiecutter template
1 parent e73f2de commit 52c99fd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "6dc0657947ec59f90f42fb335701e8157cd8ab81",
3+
"commit": "8642a1825348e6236ec62151c55dd90c7197ae08",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ scripts.build = "sphinx-build -M html docs docs/_build -W {args}"
6767
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
6868
scripts.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]]
7275
deps = [ "stable" ]
@@ -77,9 +80,6 @@ python = [ "3.11", "3.14" ]
7780
deps = [ "pre" ]
7881
python = [ "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".

0 commit comments

Comments
 (0)