From 0c484b94c446ac807dc3f46861d573f29d0d388c Mon Sep 17 00:00:00 2001 From: David Farrell Date: Tue, 3 Nov 2020 11:29:37 -0800 Subject: [PATCH] Update heading for Running pre-commit manually --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 355ccb70..7e2dcece 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -94,7 +94,7 @@ For the full use of the tool, you may need to install also other third-party too `shellcheck `_ and `shfmt `_. Running pre-commit manually -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^ | Once configured, pre-commit will auto-run against staged files as part of the commit process.