We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531ee29 commit 1017e27Copy full SHA for 1017e27
docs/build/unreleased/1686.rst
@@ -3,8 +3,8 @@
3
:tickets: 1686
4
5
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
+ console_scripts hook, except it's running ``python -m black`` instead of
+ using black's ``console_script``. It is mainly useful for tools without
8
console scripts (e.g. ruff), but has semantics closer to the
9
console_scripts hook in that it finds the ruff module available to the
10
running interpreter instead of finding an executable by path. Pull request
0 commit comments