mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
style: standardize emoji placement to "Tiny🔥Torch" consistently
Fix remaining instances where emoji was before the name (🔥 TinyTorch → Tiny🔥Torch) for consistent branding. Also add "curren" to codespell ignore list (contributor name).
This commit is contained in:
@@ -37,7 +37,7 @@ repos:
|
||||
hooks:
|
||||
- id: codespell
|
||||
name: "Global: Check for common misspellings"
|
||||
args: ["--skip", "*.json,*.bib,_site,_book,node_modules,.venv,htmlcov", "--ignore-words-list", "heros,fith"]
|
||||
args: ["--skip", "*.json,*.bib,_site,_book,node_modules,.venv,htmlcov", "--ignore-words-list", "heros,fith,curren"]
|
||||
exclude: "^(_site/|_book/|htmlcov/)"
|
||||
|
||||
# ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user