Skip to content

Commit 1017e27

Browse files
committed
edits
Change-Id: Id490125a9ff4e23ba45b48ae89a55044a20f27f5
1 parent 531ee29 commit 1017e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/unreleased/1686.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:tickets: 1686
44

55
Add "module" post-write hook. This hook type is almost identical to the
6-
console_scripts hook, except it's running `python -m black` instead of
7-
using black's console_script. It is mainly useful for tools without
6+
console_scripts hook, except it's running ``python -m black`` instead of
7+
using black's ``console_script``. It is mainly useful for tools without
88
console scripts (e.g. ruff), but has semantics closer to the
99
console_scripts hook in that it finds the ruff module available to the
1010
running interpreter instead of finding an executable by path. Pull request

0 commit comments

Comments
 (0)