Skip to content

Commit a4d3c73

Browse files
lwjohnst86signekb
andauthored
refactor: 🔨 ignore justfile when listing TODO items (#181)
# Description Since the justfile will always have at least two TODO items (from the list todo recipe). This PR needs a quick review. ## Checklist - [x] Ran `just run-all` Co-authored-by: Signe Kirk Brødbæk <40836345+signekb@users.noreply.github.com>
1 parent b58a4fa commit a4d3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-all: install-deps format-python _checks _tests _builds
1414

1515
# List all TODO items in the repository
1616
list-todos:
17-
grep -R -n --exclude="*.code-snippets" "TODO" *
17+
grep -R -n --exclude="*.code-snippets" --exclude="justfile" "TODO" *
1818

1919
# Install the pre-commit hooks
2020
install-precommit:

0 commit comments

Comments
 (0)