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"
@@ -272,13 +272,14 @@ There are a few coding conventions we use in beets:
272
272
Style
273
273
~~~~~
274
274
275
- We use ruff _ to format and lint the codebase.
275
+ We use ` ruff < https://docs.astral.sh/ruff/ >`__ to format and lint the codebase.
276
276
277
277
Run ``poe check-format `` and ``poe lint `` to check your code for style and
278
278
linting errors. Running ``poe format `` will automatically format your code
279
279
according to the specifications required by the project.
280
280
281
- .. _ruff : https://docs.astral.sh/ruff/
281
+ Similarly, run ``poe format-docs `` and ``poe lint-docs `` to ensure consistent
282
+ documentation formatting and check for any issues.
282
283
283
284
Handling Paths
284
285
~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments