Skip to content

Commit a393c98

Browse files
authored
DOC: Added pre-commit link inside the guideline for developers. (#49308)
* Added pre-commit link inside the guideline * Updated the Text to install pre-commit hooks. * Changed the https link to short form link. * Added a period at the end of the sentence * Changed location of pre-commit text and made it optional.
1 parent 8564b70 commit a393c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_environment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To test out code changes, you'll need to build pandas from source, which
1010
requires a C/C++ compiler and Python environment. If you're making documentation
1111
changes, you can skip to :ref:`contributing to the documentation <contributing_documentation>` but if you skip
1212
creating the development environment you won't be able to build the documentation
13-
locally before pushing your changes.
13+
locally before pushing your changes. It's recommended to also install the :ref:`pre-commit hooks <contributing.pre-commit>`.
1414

1515
.. contents:: Table of contents:
1616
:local:

0 commit comments

Comments
 (0)