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? ------------