Skip to content

Commit 8be7240

Browse files
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.0
1 parent d15e371 commit 8be7240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/internals/api/private_path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ internal logic.
1818
from vcspull._internal.private_path import PrivatePath
1919

2020
home_repo = PrivatePath("~/code/vcspull")
21-
print(home_repo) # -> ~/code/vcspull
22-
print(repr(home_repo)) # -> "PrivatePath('~/code/vcspull')"
21+
print(home_repo) # -> ~/code/vcspull
22+
print(repr(home_repo)) # -> "PrivatePath('~/code/vcspull')"
2323
```
2424

2525
## Usage guidelines

0 commit comments

Comments
 (0)