From fee00130eed114b40e6fe2453707c995ede156b6 Mon Sep 17 00:00:00 2001 From: Martin Kim <46072231+martinkim0@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:33:32 -0800 Subject: [PATCH] [misc] skip workflows, pre-commit, pyproject in template sync (#147) --- .cruft.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.cruft.json b/.cruft.json index 3dfb86b..543dea3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -24,5 +24,10 @@ "_template": "https://github.com/scverse/cookiecutter-scverse" } }, - "directory": null + "directory": null, + "skip": [ + ".github/workflows/**.yaml", + ".pre-commit-config.yaml", + "pyproject.toml" + ] }