Update .pre-commit-config.yaml

This commit is contained in:
Laurent Destailleur
2024-01-14 19:03:14 +01:00
committed by GitHub
parent f735499e17
commit f2fc074d2d

View File

@@ -92,6 +92,8 @@ repos:
- id: codespell
# Due to a current limitation of configuration files,
# 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:
- -D
- '-'
@@ -99,6 +101,10 @@ repos:
- dev/tools/codespell/codespell-dict.txt
- -I
- dev/tools/codespell/codespell-ignore.txt
- X
- dev/tools/codespell/codespell-lines-ignore.txt
- --uri-ignore-words-list
- ned
exclude: (?x)^(.phan/stubs/.*)$
additional_dependencies: [tomli]
- alias: codespell-lang-en_US
@@ -118,6 +124,10 @@ repos:
- "creat,unitl,alltime,datas,referers"
- -I
- dev/tools/codespell/codespell-ignore.txt
- X
- dev/tools/codespell/codespell-lines-ignore.txt
- --uri-ignore-words-list
- ned
# Check some shell scripts
- repo: https://github.com/shellcheck-py/shellcheck-py