From 66476285f33a5322f58352de2ab8a704e5e28afc Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 8 May 2026 13:58:33 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a0a31..8b05096 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This is a [`copier`](https://github.com/copier-org/copier) template for building Follow these steps to use this template: 1. [Install `copier`](https://copier.readthedocs.io/en/stable/#installation) (e.g. `pip install copier`). -1. Reference this repository through the `copier copy ` command. (e.g. `copier copy https://github.com/cu-dbmi/template-uv-python-research-software destination_path`) +1. Reference this repository through the `copier copy ` command. (e.g. `copier copy --vcs-ref=HEAD https://github.com/cu-dbmi/template-uv-python-research-software destination_path`) + If you still see stale content, clear Copier's cache (`rm -rf ~/.cache/copier`) and run the command again. 1. Follow the directions in your new repo's `README.md` and make sure to check each file for alignment with your project. 1. Enjoy! From 195353decec1aa9e91f5e70f4bd67300d1641a49 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 8 May 2026 14:06:25 -0600 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80d4a3a..b3ed095 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.1" + rev: "v2.21.2" hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert