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 fb42f38995 fix internal links in static code checks rst (#27513)
fb42f38995 is described below
commit fb42f3899559ee456da7dc9f12efbf128a5b79dd
Author: Raphaƫl Vandon <[email protected]>
AuthorDate: Sun Nov 6 03:11:40 2022 -0800
fix internal links in static code checks rst (#27513)
Markdown doesn't recognize the link properly if there is no space
---
STATIC_CODE_CHECKS.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/STATIC_CODE_CHECKS.rst b/STATIC_CODE_CHECKS.rst
index 747abb58e3..48fc1f8c5d 100644
--- a/STATIC_CODE_CHECKS.rst
+++ b/STATIC_CODE_CHECKS.rst
@@ -59,7 +59,7 @@ After installation, pre-commit hooks are run automatically
when you commit the c
only run on the files that you change during your commit, so they are usually
pretty fast and do
not slow down your iteration speed on your changes. There are also ways to
disable the ``pre-commits``
temporarily when you commit your code with ``--no-verify`` switch or skip
certain checks that you find
-to much disturbing your local workflow. See `Available pre-commit
checks<#available-pre-commit-checks>`_
+to much disturbing your local workflow. See `Available pre-commit checks
<#available-pre-commit-checks>`_
and `Using pre-commit <#using-pre-commit>`_
.. note:: Additional prerequisites might be needed
@@ -76,7 +76,7 @@ The current list of prerequisites is limited to ``xmllint``:
Some pre-commit hooks also require the Docker Engine to be configured as the
static
checks are executed in the Docker environment (See table in the
-Available pre-commit checks<#available-pre-commit-checks>`_ . You should build
the images
+`Available pre-commit checks <#available-pre-commit-checks>`_ . You should
build the images
locally before installing pre-commit checks as described in `BREEZE.rst
<BREEZE.rst>`__.
Sometimes your image is outdated and needs to be rebuilt because some
dependencies have been changed.