Skip to content

Commit 82e4dfd

Browse files
committed
Do nothing
1 parent 2f135ca commit 82e4dfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ BIG_TIME_UPDATES_PATH := "data/updated-big-time.jsonl"
44
INDEX_HTML := "dist/index.html"
55

66

7-
default: find_repos process_updates
7+
default: do_nothing
88

9+
# find_repos process_updates
10+
11+
do_nothing:
12+
@echo "Temporarily doing nothing..."
913

1014
find_repos:
1115
# Find repositories with top-level pyproject.toml specifying requires-python >=3.14

0 commit comments

Comments
 (0)