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