mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
refactor: rename fetch_stats target and remove cache age gating
Rename the Makefile target from fetch_stats to fetch_github_stars to match the script name. Remove CACHE_MAX_AGE_DAYS and the staleness check so every run fetches all repos unconditionally. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b6d1bf9307
commit
d65c6ccd64
2 changed files with 3 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ export
|
|||
install:
|
||||
uv sync
|
||||
|
||||
fetch_stats:
|
||||
fetch_github_stars:
|
||||
uv run python website/fetch_github_stars.py
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue