From 388603b08e0eca031bd92d6e1caf6d0d2d5193fe Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 16 Feb 2023 13:53:58 +0100 Subject: [PATCH 1/1] Fix docs Git Hooks dead URL Signed-off-by: guillaume.lambert Change-Id: I18ea5ab3193f9cf0dd388bfb95f5bcb08edc660d --- docs/tox-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tox-guide.rst b/docs/tox-guide.rst index 1ede63a3c..2ba005c69 100644 --- a/docs/tox-guide.rst +++ b/docs/tox-guide.rst @@ -106,7 +106,7 @@ Some are even performed in the CI. Pre-commit profiles ------------------- -`Pre-commit `_ is another wrapper for linters that relies on `Git Hooks `_. +`Pre-commit `_ is another wrapper for linters that relies on `Git Hooks `_. It is particularly useful to address common programming issues such as triming trailing whitespaces or removing tabs. -- 2.36.6