Skip to content

Commit 3df6519

Browse files
committed
build: 🔨 exclude listing TODO tags in justfile
1 parent 9e111b4 commit 3df6519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run-all: install-deps update-quarto-theme format-python _checks _tests _builds
1010

1111
# List all TODO items in the repository
1212
list-todos:
13-
grep -R -n --exclude="*.code-snippets" "TODO" *
13+
grep -R -n --exclude="*.code-snippets" --exclude="justfile" "TODO" *
1414

1515
# Install the pre-commit hooks
1616
install-precommit:

0 commit comments

Comments
 (0)