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/"
|
exclude: "^addons/gut/"
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v3.1.0
|
rev: v4.0.0-alpha.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
- repo: https://github.com/Scony/godot-gdscript-toolkit
|
- repo: https://github.com/Scony/godot-gdscript-toolkit
|
||||||
rev: 4.2.2
|
rev: 4.3.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: gdformat
|
- id: gdformat
|
||||||
exclude: "^addons/gut/"
|
exclude: "^addons/gut/"
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.2.6
|
rev: v2.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
exclude: ".*package-lock.json|.*demo.txt|.*fonts.*LICENSE|.*THIRDPARTY_NOTICES.*|.*.svg"
|
exclude: ".*package-lock.json|.*demo.txt|.*fonts.*LICENSE|.*THIRDPARTY_NOTICES.*|.*.svg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue