precommit: add codespell

This commit is contained in:
Adeeb Shihadeh 2022-08-26 16:45:01 -07:00
parent 1e7294e9bd
commit 8c634615c5
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ repos:
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks:
- id: codespell
exclude: '\.dbc$'
args:
- --check-hidden
- --builtins clear,rare,informal,usage,code,names,en-GB_to_en-US
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks: