This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 51fe7f22fc Fix link to pre-commit-hook section (#30522)
51fe7f22fc is described below
commit 51fe7f22fc59b07eba45a65412def4f70437e281
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Fri Apr 7 16:57:24 2023 +0530
Fix link to pre-commit-hook section (#30522)
* Change static link
* Update LOCAL_VIRTUALENV.rst
---
LOCAL_VIRTUALENV.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 3208634a4e..e52c529094 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -91,7 +91,7 @@ you should set LIBRARY\_PATH before running ``pip install``:
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/
-You are STRONGLY encouraged to also install and use `pre-commit hooks
<TESTING.rst#pre-commit-hooks>`_
+You are STRONGLY encouraged to also install and use `pre-commit hooks
<STATIC_CODE_CHECKS.rst#pre-commit-hooks>`_
for your local virtualenv development environment. Pre-commit hooks can speed
up your
development cycle a lot.