Add codespell to pre-commit hooks

This commit is contained in:
Matthias 2024-04-19 18:12:24 +02:00
parent 22c61458a4
commit 6a1ca75a69

View File

@ -54,3 +54,10 @@ repos:
(?x)^( (?x)^(
.*\.md .*\.md
)$ )$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli