This is an automated email from the ASF dual-hosted git repository.
henry3260 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 c1c7b126d11 Remove unnecessary line break (#69497)
c1c7b126d11 is described below
commit c1c7b126d11f05e43dcedd1bf35ffe8ae6241d2a
Author: Junwon <[email protected]>
AuthorDate: Mon Jul 13 08:22:58 2026 -0700
Remove unnecessary line break (#69497)
---
contributing-docs/08_static_code_checks.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/contributing-docs/08_static_code_checks.rst
b/contributing-docs/08_static_code_checks.rst
index 11b008bd5d0..74788cd4e0c 100644
--- a/contributing-docs/08_static_code_checks.rst
+++ b/contributing-docs/08_static_code_checks.rst
@@ -43,7 +43,6 @@ prek hooks.
We have integrated the `prek <https://github.com/j178/prek>`__ framework
in our development workflow. It can be installed in various ways and does not
even need ``pip`` or
-
``python`` to be installed. It is a drop-in replacement for the legacy
``pre-commit`` tool, but it is
much faster and more feature-rich. It is written in Rust and it is designed to
install environments in parallel,
so it is much faster than the ``pre-commit`` tool.