From aebf6881534e56797bce37282d0a2105d44d4c53 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 19 Apr 2021 13:14:25 +0300 Subject: [PATCH] Add line to documentation how to uninstall pre-commit. --- docs/en/contribute/install-pre-commit-hook.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/contribute/install-pre-commit-hook.rst b/docs/en/contribute/install-pre-commit-hook.rst index 246c2194b4..344f6369cd 100644 --- a/docs/en/contribute/install-pre-commit-hook.rst +++ b/docs/en/contribute/install-pre-commit-hook.rst @@ -22,6 +22,11 @@ Install pre-commit hook 3. pre-commit hook will run automatically when you're running ``git commit`` command +Uninstall pre-commit +-------------------- + +Run ``pre-commit uninstall`` + What's More? ------------