feature/pre-commit #1

Merged
schtobia merged 7 commits from feature/pre-commit into develop 2023-10-06 07:10:36 +02:00
Showing only changes of commit 3165f0ddc5 - Show all commits

View file

@ -11,6 +11,7 @@ repos:
- id: trailing-whitespace
- id: check-merge-conflict
- id: check-ast
- id: check-byte-order-marker
- repo: https://github.com/fsfe/reuse-tool
rev: v2.1.0
hooks:
@ -29,4 +30,16 @@ repos:
hooks:
- id: clang-format
- id: clang-tidy
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
hooks:
- id: editorconfig-checker
alias: ec
stages: [commit]
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
...