From c642fbaa0e45ccf47070666ee3ad0cb62aae9cf1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:16:54 -0800 Subject: [PATCH] Add codespell [skip ci] --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16d0b32ea..d0aa8a5df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,6 +28,15 @@ repos: - svg - id: check-case-conflict - id: detect-private-key + - repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell + args: ["--ignore-words-list", "criterias,afterAll"] + exclude: "^src-ui/src/locale/*|^src-ui/e2e/*" + exclude_types: + - pofile + - json - repo: https://github.com/pre-commit/mirrors-prettier rev: 'v3.1.0' hooks: