mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
The CI workflow hard-pinned black==24.10.0 separately from requirements.txt (which said >=23.0.0), causing version skew that reformatted 11 QMD files on every CI run. Remove the override and let requirements.txt be the single source of truth, bumped to >=24.0.0 to align with current latest.