We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcc47b commit 1396da4Copy full SHA for 1396da4
doc/source/development/contributing_environment.rst
@@ -10,7 +10,7 @@ To test out code changes, you'll need to build pandas from source, which
10
requires a C/C++ compiler and Python environment. If you're making documentation
11
changes, you can skip to :ref:`contributing to the documentation <contributing_documentation>` but if you skip
12
creating the development environment you won't be able to build the documentation
13
-locally before pushing your changes.
+locally before pushing your changes. It's recommended to also install the :ref:`pre-commit hooks <contributing.pre-commit>`.
14
15
.. contents:: Table of contents:
16
:local:
0 commit comments