Skip to content

Commit e39ffc1

Browse files
committed
docs(CHANGES): Note ruff 0.16 floor (#568)
why: The unreleased entry tracks dev-tooling floors so contributors know which ruff their formatter output is checked against. what: - Add a `### Development` deliverable for the `ruff>=0.16.0` floor and the new Markdown code-block formatting
1 parent 8be7240 commit e39ffc1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Workflow actions moved to their current major releases: `actions/checkout` v7,
5656
and `dorny/paths-filter` v4. Workflow behavior is unchanged, though setup-uv no
5757
longer prunes the uv cache, so the first run after this repopulates it.
5858

59+
#### Ruff floor raised to 0.16 (#568)
60+
61+
Minimum `ruff>=0.16.0` (was unpinned). `ruff format` now formats Python code
62+
blocks inside Markdown, so documentation examples are held to the same
63+
formatting gate as source files. Lint diagnostics are unchanged.
64+
5965
## vcspull v1.66.0 (2026-07-25)
6066

6167
vcspull v1.66.0 lets you register a repository before you have cloned it.

0 commit comments

Comments
 (0)