From fe50e85ae0f9ad7f6584524a67ccd84d4b994096 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:35:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/2-local-development/developing-locally-docker.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/2-local-development/developing-locally-docker.rst b/docs/2-local-development/developing-locally-docker.rst index e7eaa1ff5..6b757816c 100644 --- a/docs/2-local-development/developing-locally-docker.rst +++ b/docs/2-local-development/developing-locally-docker.rst @@ -246,12 +246,12 @@ The stack comes with a dedicated node service to build the static assets, watch Using Just for Docker Commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -We have included a ``justfile`` to simplify the use of frequent Docker commands for local development. +We have included a ``justfile`` to simplify the use of frequent Docker commands for local development. .. warning:: - Currently, "Just" does not reliably handle signals or forward them to its subprocesses. As a result, - pressing CTRL+C (or sending other signals like SIGTERM, SIGINT, or SIGHUP) may only interrupt - "Just" itself rather than its subprocesses. + Currently, "Just" does not reliably handle signals or forward them to its subprocesses. As a result, + pressing CTRL+C (or sending other signals like SIGTERM, SIGINT, or SIGHUP) may only interrupt + "Just" itself rather than its subprocesses. For more information, see `this GitHub issue `_. First, install Just using one of the methods described in the `official documentation _.