2024-02-12 21:50:18 +01:00
|
|
|
# SPDX-FileCopyrightText: none
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
ci:
|
|
|
|
autofix_commit_msg: "fix: auto fixes"
|
|
|
|
autoupdate_commit_msg: "chore: autoupdate"
|
|
|
|
exclude: "^addons/gut/"
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-11-05 01:33:45 +01:00
|
|
|
rev: v5.0.0
|
2024-02-12 21:50:18 +01:00
|
|
|
hooks:
|
|
|
|
- id: check-yaml
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
2024-11-05 01:33:45 +01:00
|
|
|
rev: v4.0.0-alpha.8
|
2024-02-12 21:50:18 +01:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
2024-02-12 23:27:07 +01:00
|
|
|
- repo: https://github.com/Scony/godot-gdscript-toolkit
|
2024-11-05 01:33:45 +01:00
|
|
|
rev: 4.3.3
|
2024-02-12 23:27:07 +01:00
|
|
|
hooks:
|
|
|
|
- id: gdformat
|
|
|
|
exclude: "^addons/gut/"
|
2024-03-29 11:55:53 +01:00
|
|
|
- repo: https://github.com/codespell-project/codespell
|
2024-11-05 01:33:45 +01:00
|
|
|
rev: v2.3.0
|
2024-03-29 11:55:53 +01:00
|
|
|
hooks:
|
|
|
|
- id: codespell
|
|
|
|
exclude: ".*package-lock.json|.*demo.txt|.*fonts.*LICENSE|.*THIRDPARTY_NOTICES.*|.*.svg"
|