Skip to content

Commit 61d9fd6

Browse files
Update instance repo from cookiecutter template
1 parent 9889f39 commit 61d9fd6

2 files changed

Lines changed: 3 additions & 3 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": "8268ad818bc280e7bdf98ddde612ae5c6a4e335f",
3+
"commit": "08480c2130e80b8be94fcd5fa1224881d202beca",
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": "8268ad818bc280e7bdf98ddde612ae5c6a4e335f"
39+
"_commit": "08480c2130e80b8be94fcd5fa1224881d202beca"
4040
}
4141
},
4242
"directory": null

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ envs.hatch-test.matrix = [
7373
]
7474
# If the matrix variable `deps` is set to "pre",
7575
# set the environment variable `UV_PRERELEASE` to "allow".
76-
hatch-test.overrides.matrix.deps.env-vars = [
76+
envs.hatch-test.overrides.matrix.deps.env-vars = [
7777
{ key = "UV_PRERELEASE", value = "allow", if = [ "pre" ] },
7878
]
7979

0 commit comments

Comments
 (0)