Skip to content

Commit ea87ab4

Browse files
authored
Avoid caching (#35)
* Update README.md * Update .pre-commit-config.yaml
1 parent 4dff47b commit ea87ab4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: detect-private-key
1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: "v2.21.1"
12+
rev: "v2.21.2"
1313
hooks:
1414
- id: pyproject-fmt
1515
- repo: https://github.com/citation-file-format/cffconvert

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ This is a [`copier`](https://github.com/copier-org/copier) template for building
1212
Follow these steps to use this template:
1313

1414
1. [Install `copier`](https://copier.readthedocs.io/en/stable/#installation) (e.g. `pip install copier`).
15-
1. Reference this repository through the `copier copy <source> <target>` command. (e.g. `copier copy https://github.com/cu-dbmi/template-uv-python-research-software destination_path`)
15+
1. Reference this repository through the `copier copy <source> <target>` command. (e.g. `copier copy --vcs-ref=HEAD https://github.com/cu-dbmi/template-uv-python-research-software destination_path`)
16+
If you still see stale content, clear Copier's cache (`rm -rf ~/.cache/copier`) and run the command again.
1617
1. Follow the directions in your new repo's `README.md` and make sure to check each file for alignment with your project.
1718
1. Enjoy!
1819

0 commit comments

Comments
 (0)