From f068ab2164bae073b75467d4f920894c37f78dc3 Mon Sep 17 00:00:00 2001 From: David Farrell Date: Tue, 3 Nov 2020 11:39:23 -0800 Subject: [PATCH] Updates Running pre-commit manually content --- docs/development.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 7e2dcece..9698a5f3 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -96,9 +96,10 @@ For the full use of the tool, you may need to install also other third-party too Running pre-commit manually ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -| Once configured, pre-commit will auto-run against staged files as part +Once configured, pre-commit will auto-run against staged files as part of the commit process. -| You can also run pre-commit manually to check staged files without + +You can also run pre-commit manually to check staged files without having to initiate a commit: ::