diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cf6dcb62aa..a3220cc9d85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,14 +94,14 @@ repos: # we can specify two dicts only on the CLI. # You can update the contents of the exclude-file codespell-lines-ignore with the script # dev/tools/codespell/addCodespellIgnores.sh - args: + args: - -D - '-' - -D - dev/tools/codespell/codespell-dict.txt - -I - dev/tools/codespell/codespell-ignore.txt - - -X + - -x - dev/tools/codespell/codespell-lines-ignore.txt - --uri-ignore-words-list - ned @@ -124,7 +124,7 @@ repos: - "creat,unitl,alltime,datas,referers" - -I - dev/tools/codespell/codespell-ignore.txt - - -X + - -x - dev/tools/codespell/codespell-lines-ignore.txt - --uri-ignore-words-list - ned