Add Code Spell Check

This commit is contained in:
XXXXRT666 2025-04-30 20:48:42 +01:00
parent 8c6abbf930
commit de0fc044c7

View File

@ -12,4 +12,10 @@ repos:
# Run the formatter. # Run the formatter.
- id: ruff-format - id: ruff-format
types_or: [ python, pyi ] types_or: [ python, pyi ]
args: [--line-length=120] args: [--line-length=120]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
files: ^.*\.(py|md)$