godot-xterm/.pre-commit-config.yaml
pre-commit-ci[bot] 9935d56964
chore: autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)
- [github.com/Scony/godot-gdscript-toolkit: 3.5.0 → 4.2.2](https://github.com/Scony/godot-gdscript-toolkit/compare/3.5.0...4.2.2)
2024-03-13 01:29:41 +00:00

20 lines
543 B
YAML

# 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
rev: v4.5.0
hooks:
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/Scony/godot-gdscript-toolkit
rev: 4.2.2
hooks:
- id: gdformat
exclude: "^addons/gut/"