Skip to content

Commit 615ff24

Browse files
committed
H-6664: fix markdown emphasis style in python-example-two README
oxfmt (yarn lint:format) normalizes *emphasis* to _emphasis_ in markdown; the Global lint job caught the discrepancy.
1 parent ae9d7a5 commit 615ff24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/@local/python-example-two/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Second example package for the Python monorepo infrastructure ([H-6664](https://
88
It keeps two things exercised on every CI run:
99

1010
- **Cross-package workspace dependencies:** this package depends on [`hash-python-example`](../python-example) via `[tool.uv.sources] hash-python-example = { workspace = true }` and imports from it in both the module and its tests.
11-
- **The prune path:** pruned CI checkouts must retain *all* uv workspace members (see `.github/actions/prune-repository/prune.py`), which only shows up with more than one Python package in the workspace.
11+
- **The prune path:** pruned CI checkouts must retain _all_ uv workspace members (see `.github/actions/prune-repository/prune.py`), which only shows up with more than one Python package in the workspace.
1212

1313
See [`python-example`](../python-example) for the general layout conventions.

0 commit comments

Comments
 (0)