diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3aa567..f1e2e20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: