summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-06-03 10:19:58 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-06-03 10:19:58 -0500
commit26859357c5b3702c72706cce0fcd39d7c15bbc8b (patch)
tree0dcfb8c7fbe18a8d1196c2ab6c52be4876814d2d /.pre-commit-config.yaml
parent5f1184e93fe1021c86520460dc0a6619bff3c1fb (diff)
downloadredot-engine-26859357c5b3702c72706cce0fcd39d7c15bbc8b.tar.gz
CI: Migrate codespell logic to `pyproject.toml`
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml31
1 files changed, 2 insertions, 29 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 12240aef93..d09ecabe70 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -35,37 +35,10 @@ repos:
types_or: [text]
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.6
+ rev: v2.3.0
hooks:
- id: codespell
- types_or: [text]
- exclude: |
- (?x)^(
- .*\.desktop$|
- .*\.gitignore$|
- .*\.po$|
- .*\.pot$|
- .*\.rc$|
- \.mailmap$|
- AUTHORS.md$|
- COPYRIGHT.txt$|
- DONORS.md$|
- core/input/gamecontrollerdb.txt$|
- core/string/locales.h$|
- editor/project_converter_3_to_4.cpp$|
- platform/android/java/lib/src/com/.*|
- platform/web/package-lock.json$
- )
- args:
- - --enable-colors
- - --write-changes
- - --check-hidden
- - --quiet-level
- - '3'
- - --ignore-words-list
- - aesthetic,aesthetics,breaked,cancelled,colour,curvelinear,doubleclick,expct,findn,gird,hel,inout,lod,mis,nd,numer,ot,requestor,te,thirdparty,vai
- - --builtin
- - clear,rare,en-GB_to_en-US
+ additional_dependencies: [tomli]
### Requires Docker; look into alternative implementation.
# - repo: https://github.com/comkieffer/pre-commit-xmllint.git