This commit is contained in:
pre-commit-ci[bot] 2025-02-04 01:20:17 +00:00 committed by GitHub
commit 6cf3f44357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"