Files
rendercv/.pre-commit-config.yaml
Jakob Stender Gulberg 88dc67be35 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>
2025-09-14 16:05:10 +03:00

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