Skip to content

Commit 1396da4

Browse files
Backport PR #49308 on branch 1.5.x (DOC: Added pre-commit link inside the guideline for developers.) (#49370)
Backport PR #49308: DOC: Added pre-commit link inside the guideline for developers. Co-authored-by: Hatim Zahid <[email protected]>
1 parent ebcc47b commit 1396da4

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)