ci: Add codespell to verify commit messages

Avoids issues later with the automated release notes
This commit is contained in:
Euripedes Rocha Filho
2026-07-28 12:31:01 +02:00
committed by Euripedes Rocha
parent 827875a087
commit afb6998cfa
+4
View File
@@ -68,6 +68,10 @@ repos:
compile_commands\.json$| compile_commands\.json$|
__pycache__/.* __pycache__/.*
)$ )$
- id: codespell
name: codespell commit message
stages: [commit-msg]
additional_dependencies: [tomli]
- repo: https://github.com/espressif/astyle_py.git - repo: https://github.com/espressif/astyle_py.git
rev: v1.1.0 rev: v1.1.0