mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-04-08 18:03:58 +02:00
Merge 8e5ba59f81
into 89f92f9c1e
This commit is contained in:
commit
6cf3f44357
1 changed files with 4 additions and 4 deletions
|
@ -6,20 +6,20 @@ ci:
|
|||
exclude: "^addons/gut/"
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v3.1.0
|
||||
rev: v4.0.0-alpha.8
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/Scony/godot-gdscript-toolkit
|
||||
rev: 4.2.2
|
||||
rev: 4.3.3
|
||||
hooks:
|
||||
- id: gdformat
|
||||
exclude: "^addons/gut/"
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: codespell
|
||||
exclude: ".*package-lock.json|.*demo.txt|.*fonts.*LICENSE|.*THIRDPARTY_NOTICES.*|.*.svg"
|
||||
|
|
Loading…
Add table
Reference in a new issue