From de0fc044c733d2ab5f0e357f141b2a17835adf13 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:48:42 +0100 Subject: [PATCH] Add Code Spell Check --- .pre-commit-config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2f215e3..31a27a15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,4 +12,10 @@ repos: # Run the formatter. - id: ruff-format types_or: [ python, pyi ] - args: [--line-length=120] \ No newline at end of file + args: [--line-length=120] + +- repo: https://github.com/codespell-project/codespell + rev: v2.4.1 + hooks: + - id: codespell + files: ^.*\.(py|md)$ \ No newline at end of file