From cd801580bab93d29de719ca8e56ef2548dabfc8b Mon Sep 17 00:00:00 2001 From: cthoyt Date: Mon, 6 Oct 2025 02:34:14 +0000 Subject: [PATCH] chore: accept new Cruft update --- .cruft.json | 4 ++-- pyproject.toml.rej | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 pyproject.toml.rej diff --git a/.cruft.json b/.cruft.json index e3bbd5d..3097b0b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/cthoyt/cookiecutter-snekpack", - "commit": "f7c1c7624eea40b7b62aad43dd030ba276ebb82a", + "commit": "734b67645fcbfa9f29db4be5ca0526f61e77ade2", "checkout": null, "context": { "cookiecutter": { @@ -24,7 +24,7 @@ "__runner_tests": "py", "__gh_slug": "cthoyt/class-resolver", "_template": "https://github.com/cthoyt/cookiecutter-snekpack", - "_commit": "f7c1c7624eea40b7b62aad43dd030ba276ebb82a" + "_commit": "734b67645fcbfa9f29db4be5ca0526f61e77ade2" } }, "directory": null diff --git a/pyproject.toml.rej b/pyproject.toml.rej new file mode 100644 index 0000000..7577355 --- /dev/null +++ b/pyproject.toml.rej @@ -0,0 +1,9 @@ +diff a/pyproject.toml b/pyproject.toml (rejected hunks) +@@ -77,6 +77,7 @@ typing = [ + { include-group = "tests" }, + "mypy", + "pydantic", ++ "click-types", + # You will probably have to add additional type stubs here, especially if you're using tox-uv + ] + docs-lint = [