From 70e1bbfeedda3b5b7a2d80ec9932b4575265b3d8 Mon Sep 17 00:00:00 2001 From: allenporter <6026418+allenporter@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:25:29 +0000 Subject: [PATCH] chore: reject new Cruft update --- .cruft.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index c4b6cdf..c58fed5 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/allenporter/cookiecutter-python", - "commit": "6350072158fd88a83c66a631c379ca7651f64694", + "commit": "285470c00d43779a0dca3f1cc2009c658e294443", "checkout": null, "context": { "cookiecutter": { @@ -10,7 +10,8 @@ "project_name": "supernote", "description": "Unofficial python library for parsing Supernote notebooks", "version": "0.0.1", - "_template": "https://github.com/allenporter/cookiecutter-python" + "_template": "https://github.com/allenporter/cookiecutter-python", + "_commit": "285470c00d43779a0dca3f1cc2009c658e294443" } }, "directory": null