diff --git a/template/justfile b/template/justfile index 2db1427..0940573 100644 --- a/template/justfile +++ b/template/justfile @@ -6,7 +6,7 @@ run-all: install-deps format-python check-python check-spelling check-commits bu # List all TODO items in the repository list-todos: - grep -R -n --exclude="*.code-snippets" "TODO" * + grep -R -n --exclude="*.code-snippets" --exclude="justfile" "TODO" * # Install the pre-commit hooks install-precommit: