diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8337682..f24ff03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: [--verbose] + - repo: https://github.com/JohnnyMorganz/StyLua rev: v2.1.0 hooks: