This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 4d70fa74e8db883dea52293bd6da27c983ce7a9f Author: Lars Kruse <[email protected]> AuthorDate: Fri May 2 14:04:07 2025 +0200 pre-commit: enable codespell checks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 918eb224b6..c2db384358 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,4 +16,4 @@ repos: - id: nxstyle name: nxstyle language: script - entry: ./tools/checkpatch.sh -f + entry: ./tools/checkpatch.sh -c -f
