build: Add codespell pre-commit hook and correct various typos (#469)

* build: Add codespell pre-commit hook and correct various typos

* Update design.py

---------

Co-authored-by: Jakob Stender Guldberg <jakob1379gmail.com>
This commit is contained in:
Jakob Stender Gulberg
2025-09-14 15:05:10 +02:00
committed by GitHub
parent 5924ebcafc
commit 88dc67be35
11 changed files with 16 additions and 12 deletions

View File

@@ -4,3 +4,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell