From 8dbdade7b610ad6911d057e312c3498896ef0e1a Mon Sep 17 00:00:00 2001 From: Junwon <5167333+Junwon@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:36:54 -0700 Subject: [PATCH] Remove unnecessary line break --- 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 11b008bd5d047..74788cd4e0cec 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 `__ 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.