File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : 0.9.0
2+ _commit : 0.10.1
33_src_path : gh:seedcase-project/t-squared
44for_seedcase : true
55github_repo : template-python-package
Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ list-todos:
1818 grep -R -n \
1919 - -exclude-dir=.quarto \
2020 - -exclude-dir=template \
21+ - -exclude-dir=.git \
22+ - -exclude-dir=*_cache \
2123 - -exclude-dir=_temp \
2224 - -exclude-dir=_site \
2325 - -exclude=justfile \
2426 - -exclude=copier.yaml \
25- " TODO" *
27+ " TODO" .
2628
2729# Install the pre-commit hooks
2830install-precommit :
Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ build-all: build-contributors build-website build-readme
2323# List all TODO items in the repository
2424list-todos:
2525 grep -R -n \
26- --exclude="*.code-snippets" \
27- --exclude-dir=.quarto \
28- --exclude=justfile \
29- --exclude=_site \
30- "TODO" *
26+ --exclude-dir=.quarto \
27+ --exclude-dir=template \
28+ --exclude-dir=.git \
29+ --exclude-dir=*_cache \
30+ --exclude-dir=_temp \
31+ --exclude-dir=_site \
32+ --exclude=justfile \
33+ --exclude=copier.yaml \
34+ "TODO" .
3135
3236# Install the pre-commit hooks
3337install-precommit:
You can’t perform that action at this time.
0 commit comments