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.
justfile
1 parent 9e111b4 commit 3df6519Copy full SHA for 3df6519
justfile
@@ -10,7 +10,7 @@ run-all: install-deps update-quarto-theme format-python _checks _tests _builds
10
11
# List all TODO items in the repository
12
list-todos:
13
- grep -R -n --exclude="*.code-snippets" "TODO" *
+ grep -R -n --exclude="*.code-snippets" --exclude="justfile" "TODO" *
14
15
# Install the pre-commit hooks
16
install-precommit:
0 commit comments