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:
Vijay Janapa Reddi
2025-12-13 15:24:33 -05:00
parent 69a3e19f2f
commit 4701309c1d
7 changed files with 9 additions and 9 deletions

View File

@@ -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/)"
# ===========================================================================