From: Mike Bayer Date: Tue, 8 Jul 2025 18:56:11 +0000 (-0400) Subject: edits X-Git-Tag: rel_1_16_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1017e27fcf3792c75c19c6ec17115914376d396f;p=thirdparty%2Fsqlalchemy%2Falembic.git edits Change-Id: Id490125a9ff4e23ba45b48ae89a55044a20f27f5 --- 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