From 8ff8ff0007bb109c592c8add89eb15c62f47bc30 Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Mon, 25 Nov 2024 14:43:56 +0100 Subject: [PATCH] [pre-commit] add codespell check --- .codespellrc | 2 ++ .pre-commit-config.yaml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .codespellrc diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..e7bd87b4 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +ignore-words-list = missings,rcall,linke,fo diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b444f742..83a49f5a 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,3 +15,7 @@ repos: rev: v8.16.3 hooks: - id: gitleaks +- repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell