From 1017e27fcf3792c75c19c6ec17115914376d396f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 8 Jul 2025 14:56:11 -0400 Subject: [PATCH] edits Change-Id: Id490125a9ff4e23ba45b48ae89a55044a20f27f5 --- docs/build/unreleased/1686.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/unreleased/1686.rst b/docs/build/unreleased/1686.rst index 3c482a49..624c313a 100644 --- a/docs/build/unreleased/1686.rst +++ b/docs/build/unreleased/1686.rst @@ -3,8 +3,8 @@ :tickets: 1686 Add "module" post-write hook. This hook type is almost identical to the - console_scripts hook, except it's running `python -m black` instead of - using black's console_script. It is mainly useful for tools without + console_scripts hook, except it's running ``python -m black`` instead of + using black's ``console_script``. It is mainly useful for tools without console scripts (e.g. ruff), but has semantics closer to the console_scripts hook in that it finds the ruff module available to the running interpreter instead of finding an executable by path. Pull request -- 2.47.3