Fix rst in contributing guide

This commit is contained in:
Micah Smith
2022-10-25 10:55:21 -04:00
parent cb9d87ad05
commit 932e98637a
+1 -1
View File
@@ -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