From 809a6e1f9484a73d48be3cab2ff2650987aa2794 Mon Sep 17 00:00:00 2001 From: cthoyt Date: Mon, 18 Nov 2024 03:03:21 +0000 Subject: [PATCH] chore: reject new Cruft update --- .cruft.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cruft.json b/.cruft.json index 8025ae9c..c3762f9a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/cthoyt/cookiecutter-snekpack", - "commit": "900ef65f0ad637bb02037d8cd66d0fa8436a236c", + "commit": "12edfcfa5f519467b5d834f0d4e706fb7cf4f065", "checkout": null, "context": { "cookiecutter": { @@ -15,6 +15,7 @@ "gitlab": false, "runner": "tox", "__runner": "tox -e", + "__runner_uv": "--with tox-uv tox -e", "__runner_pip": "tox tox-uv", "__runner_tests": "py", "__gh_slug": "y0-causal-inference/y0",