diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a604605..2c19d2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,6 +68,10 @@ repos: compile_commands\.json$| __pycache__/.* )$ + - id: codespell + name: codespell commit message + stages: [commit-msg] + additional_dependencies: [tomli] - repo: https://github.com/espressif/astyle_py.git rev: v1.1.0