Skip to content

Commit fd087df

Browse files
authored
Merge branch 'main' into feature/prepare-cxx_modules-support
2 parents 2236217 + deecebc commit fd087df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@ repos:
5858
rev: 25.11.0
5959
hooks:
6060
- id: black
61+
- id: codespell
62+
files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$
63+
args: ["-w", "--ignore-words", ".codespellignore" ]
6164

6265
exclude: 'infra/'

0 commit comments

Comments
 (0)