From 932e98637aec352b342a2fcbddd9f5c4803055fa Mon Sep 17 00:00:00 2001 From: Micah Smith Date: Tue, 25 Oct 2022 10:55:21 -0400 Subject: [PATCH] Fix rst in contributing guide --- docs/dev/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index b84c658c..640aa94b 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -110,7 +110,7 @@ Pipenv now uses pre-commit hooks similar to Pip in order to apply linting and code formatting automatically! The build now also checks that these linting rules have been applied to the code before running the tests. The build will fail when linting changes are detected so be sure to sync dev requirements -and install the pre-commit hooks locally: +and install the pre-commit hooks locally:: $ ``pipenv install --dev`` # This will configure running the pre-commit checks at start of each commit