From 4d70fa74e8db883dea52293bd6da27c983ce7a9f Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Fri, 2 May 2025 14:04:07 +0200 Subject: [PATCH] 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