From a2ce318d1167635fdf6034d593906d474b9aec0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Tue, 29 Oct 2024 20:00:28 +0000 Subject: [PATCH] Add spellchecker to pre-commit --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f013245..c3a2abf6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -102,3 +102,9 @@ repos: rev: v0.40.2 hooks: - id: yapf + +- repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + exclude: requirements.txt$|excalidraw$