mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
fix(ci): consolidate black version — drop workflow pin, floor to >=24.0.0
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.
This commit is contained in:
@@ -28,7 +28,7 @@ ollama>=0.3.0
|
||||
betterbib>=7.5.0
|
||||
# Reference-check helpers (optional tooling)
|
||||
bibtexparser>=1.4.0
|
||||
black>=23.0.0
|
||||
black>=24.0.0
|
||||
# PyGithub>=1.55 # Rarely used - only for contributor update workflow
|
||||
|
||||
# --- Heavy Development & ML Dependencies ---
|
||||
|
||||
Reference in New Issue
Block a user