File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Install poetry_ and poethepoet_ using pipx_:
88
88
89
89
.. admonition :: Check ``tool.pipx-install`` section in ``pyproject.toml`` to see supported versions
90
90
91
- ::
91
+ .. code-block :: toml
92
92
93
93
[tool.pipx-install]
94
94
poethepoet = ">=0.26"
@@ -279,13 +279,14 @@ There are a few coding conventions we use in beets:
279
279
Style
280
280
~~~~~
281
281
282
- We use ruff _ to format and lint the codebase.
282
+ We use ` ruff < https://docs.astral.sh/ruff/ >`__ to format and lint the codebase.
283
283
284
284
Run ``poe check-format `` and ``poe lint `` to check your code for style and
285
285
linting errors. Running ``poe format `` will automatically format your code
286
286
according to the specifications required by the project.
287
287
288
- .. _ruff : https://docs.astral.sh/ruff/
288
+ Similarly, run ``poe format-docs `` and ``poe lint-docs `` to ensure consistent
289
+ documentation formatting and check for any issues.
289
290
290
291
Handling Paths
291
292
~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments