From e495d21e7c142fdb5a832764f7a669072f577058 Mon Sep 17 00:00:00 2001 From: Max Melchert <maximilian.melchert@stud.hs-bochum.de> Date: Wed, 19 Feb 2025 15:59:58 +0100 Subject: [PATCH] chore: adjust pre commit config --- .pre-commit-config.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c80db6..0ea3fa4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,11 @@ repos: -- repo: https://github.com/qoomon/git-conventional-commits - rev: v2.7.2 - hooks: - - id: conventional-commits + - repo: https://github.com/qoomon/git-conventional-commits + rev: v2.7.2 + hooks: + - id: conventional-commits + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace -- GitLab