From 6a1ca75a69142ef6f7967f6c3759535b6f78b0dd Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Apr 2024 18:12:24 +0200 Subject: [PATCH] Add codespell to pre-commit hooks --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 301d75f73..f365fa2d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,3 +54,10 @@ repos: (?x)^( .*\.md )$ + + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + additional_dependencies: + - tomli