awesome-python/website
Vinta Chen b9236c4925
refactor(fetch_github_stars): drop unnecessary keyword-only marker on fetch_batch
client is the only non-first param and is always required, so the * separator
adds no clarity. Update the call site accordingly.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-19 21:55:32 +08:00
..
static adjust css 2026-04-19 21:34:14 +08:00
templates feat(website): add sponsors section parsed from README 2026-04-19 21:10:50 +08:00
tests test: add entry validation and broken-link detection tests 2026-04-03 15:55:53 +08:00
build.py refactor: use datetime.UTC alias instead of timezone.utc 2026-04-19 21:54:55 +08:00
fetch_github_stars.py refactor(fetch_github_stars): drop unnecessary keyword-only marker on fetch_batch 2026-04-19 21:55:32 +08:00
readme_parser.py refactor(readme_parser): consolidate state reset to tail of flush_group 2026-04-19 21:54:16 +08:00