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