Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 6c1e0e1

Browse files
NickCaogithub-actions[bot]
authored andcommitted
Update template
(cherry picked from commit ccba089)
1 parent 0689f03 commit 6c1e0e1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

__templates__/driver/pyproject.toml.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ testpaths = ["jumpstarter_driver_${DRIVER_NAME}"]
2929
asyncio_mode = "auto"
3030

3131
[build-system]
32-
requires = ["hatchling", "hatch-vcs"]
32+
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3333
build-backend = "hatchling.build"
3434

35+
[tool.hatch.build.hooks.pin_jumpstarter]
36+
name = "pin_jumpstarter"
37+
3538
[dependency-groups]
3639
dev = [
3740
"pytest-cov>=6.0.0",

0 commit comments

Comments
 (0)