Style: Enforce conventional commits formatting

This commit is contained in:
2025-09-04 02:20:12 +02:00
parent 7846649ea4
commit 4a120d4d35

View File

@@ -1,3 +1,9 @@
default_install_hook_types:
- pre-commit
- commit-msg
default_stages:
- pre-commit
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
@@ -11,6 +17,13 @@ repos:
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v4.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.1.0
hooks: