From f5a6c9679816525ccd82c1d0ee536bdde2ff5d92 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Sun, 23 Jul 2023 17:03:49 +0200 Subject: [PATCH] add detail to contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15038e4..4bd0221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ git clone https://github.com/LibreTranslate/LibreTranslate.git cd LibreTranslate ``` -Hatch will automatically install the required dependencies in a virtual environment, and enable [`pre-commit`](https://pre-commit.com/), which will run before each commit to run formatting. +Hatch will automatically install the required dependencies in a virtual environment, and enable [`pre-commit`](https://pre-commit.com/), which will run before each commit to run formatting. You can ignore `pre-commit` checks when committing if necessary: `git commit --no-verify -m "Fix"` Run in development: