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