From c812e034d052d611390631d928c1ae80c08e95b0 Mon Sep 17 00:00:00 2001 From: cthoyt Date: Mon, 29 Sep 2025 02:35:01 +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..5469292 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/cthoyt/cookiecutter-snekpack", - "commit": "f7c1c7624eea40b7b62aad43dd030ba276ebb82a", + "commit": "04d0bdf89ce08163c9ea779e421bfbdeb32b6ef2", "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": "04d0bdf89ce08163c9ea779e421bfbdeb32b6ef2" } }, "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 = [