Add codespell

[skip ci]
This commit is contained in:
shamoon 2024-01-08 09:16:54 -08:00
parent 58bf9c552b
commit c642fbaa0e

View File

@ -28,6 +28,15 @@ repos:
- svg - svg
- id: check-case-conflict - id: check-case-conflict
- id: detect-private-key - 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 - repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.1.0' rev: 'v3.1.0'
hooks: hooks: