Skip to content

Commit 7ed568d

Browse files
committed
feat: add the -w option to correct in place where possible
1 parent 327f281 commit 7ed568d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ repos:
5151
hooks:
5252
- id: codespell
5353
args: ["--skip=./diracx-client/src/diracx/client/_generated/*, ./diracx-[a-z]*/tests/*, ./diracx-testing/*, build/*, ./extensions/gubbins/gubbins-client/src/gubbins/client/_generated/*, ./extensions/gubbins/gubbins-*/tests/*",
54-
"--ignore-words-list=CheckIn"]
54+
"--ignore-words-list=CheckIn", "-w"]

0 commit comments

Comments
 (0)