Commit 8be7240
committed
docs(style[private_path]): Reformat Python code block
why: ruff 0.16.0 formats Python code blocks inside Markdown by default,
so `ruff format . --check` now fails CI on the hand-aligned inline
comments in this doc.
what:
- Collapse comment padding to the two-space gap ruff format emits
https://astral.sh/blog/ruff-v0.16.01 parent d15e371 commit 8be7240
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments