From 6a8c816df0a5381edc92e3f7a23eba8492af5ac2 Mon Sep 17 00:00:00 2001 From: Hatim Zahid <63000127+HatimZ@users.noreply.github.com> Date: Fri, 28 Oct 2022 06:18:19 -0700 Subject: [PATCH] Backport PR #49308: DOC: Added pre-commit link inside the guideline for developers. --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 4a70057cf18e3..afa0d0306f1af 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -10,7 +10,7 @@ To test out code changes, you'll need to build pandas from source, which requires a C/C++ compiler and Python environment. If you're making documentation changes, you can skip to :ref:`contributing to the documentation ` but if you skip creating the development environment you won't be able to build the documentation -locally before pushing your changes. +locally before pushing your changes. It's recommended to also install the :ref:`pre-commit hooks `. .. contents:: Table of contents: :local: