Add Code Spell Check

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

View File

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