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 * Update design.py --------- Co-authored-by: Jakob Stender Guldberg <jakob1379gmail.com>
11 lines
237 B
YAML
11 lines
237 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.2
|
|
hooks:
|
|
# Run the linter.
|
|
- id: ruff
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.4.1
|
|
hooks:
|
|
- id: codespell
|