mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
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:
committed by
GitHub
parent
5924ebcafc
commit
88dc67be35
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user