Perform GDScript format checks using pre-commit

This commit is contained in:
Leroy Hopson 2024-02-13 11:27:07 +13:00
parent dfc0969133
commit 9b6bb0a9e9
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 8 additions and 10 deletions

View file

@ -13,3 +13,8 @@ repos:
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/Scony/godot-gdscript-toolkit
rev: 3.5.0
hooks:
- id: gdformat
exclude: "^addons/gut/"