We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4695e1d commit 9311d46Copy full SHA for 9311d46
template/justfile.jinja
@@ -14,7 +14,12 @@ run-all: install-deps format-python _checks _tests _builds
14
15
# List all TODO items in the repository
16
list-todos:
17
- grep -R -n --exclude="*.code-snippets" --exclude="justfile" "TODO" *
+ grep -R -n \
18
+ --exclude="*.code-snippets" \
19
+ --exclude-dir=.quarto \
20
+ --exclude=justfile \
21
+ --exclude=_site \
22
+ "TODO" *
23
24
# Install the pre-commit hooks
25
install-precommit:
0 commit comments