From 1eb05525c8753b542fbac7ca1138b0d8eeb4d0aa Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Mon, 29 Dec 2025 23:55:45 +0100 Subject: [PATCH] Do imporve the GEMINI.md --- GEMINI.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GEMINI.md b/GEMINI.md index 3e1eff8..92aa572 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -5,7 +5,9 @@ This document outlines some basic rules and guidelines for development within th ## Development Guidelines * **Test-Driven Development (TDD):** Wherever possible, Test-Driven Development principles should be followed. Write tests before writing the code they are intended to validate. -* **Pre-commit Hooks:** Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository. +* **Pre-commit Hooks:** Use pre commit hooks + * Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository. + * Do NEVER skip the `pre-commits` via the git argument `-n` ## Repository Comparison