From afb6998cfac2f12d515c59056284f5cdbde68073 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Filho Date: Tue, 28 Jul 2026 12:31:01 +0200 Subject: [PATCH] ci: Add codespell to verify commit messages Avoids issues later with the automated release notes --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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