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.
1 parent 2f135ca commit 82e4dfdCopy full SHA for 82e4dfd
justfile
@@ -4,8 +4,12 @@ BIG_TIME_UPDATES_PATH := "data/updated-big-time.jsonl"
4
INDEX_HTML := "dist/index.html"
5
6
7
-default: find_repos process_updates
+default: do_nothing
8
9
+# find_repos process_updates
10
+
11
+do_nothing:
12
+ @echo "Temporarily doing nothing..."
13
14
find_repos:
15
# Find repositories with top-level pyproject.toml specifying requires-python >=3.14
0 commit comments