Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

chore(deps): update pre-commit hook manifest python deps#25

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pre-commit-hook-manifest-python-deps
Open

chore(deps): update pre-commit hook manifest python deps#25
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pre-commit-hook-manifest-python-deps

Conversation

@renovate

@renovate renovate Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
clang-tidy 22.1.0.122.1.7 age confidence
rumdl 0.2.30.2.22 age confidence

Release Notes

rvben/rumdl (rumdl)

v0.2.22

Compare Source

Added
  • md077: add opt-in style = "aligned" for continuation indent (14eebe1)
Fixed
  • md040: keep blockquote fences valid when adding default language (eab51f6)
  • md013: keep blockquote markers when reflowing a blockquote nested in a list item (f601c8c)

v0.2.21

Compare Source

Fixed
  • emphasis: align MD049 and MD037 with CommonMark flanking (#​681) (d1b9968)
  • ci: bump pinned Rust toolchain to 1.96.0 to unblock mise tool install (b2afd76)

v0.2.20

Compare Source

Fixed
  • cli: redirect removed --list-rules to the canonical commands (7a3842d)
  • parser: correct code-region detection for comments and JSX fences (17f975c)

v0.2.19

Compare Source

Added
  • md013: add code-spans option to exempt unbreakable inline code (78896f5)
  • lsp: document and workspace symbols for headings (2cef95b)
Fixed
  • parser: recognize reference definitions inside blockquotes (82f4567)
  • md034: don't flag reference definitions inside blockquotes (faf0fa4)
  • md013: reflow list items inside blockquotes (362b5a6)

v0.2.18

Compare Source

Fixed
  • md013: preserve MyST directives and roles during reflow (a31a602)
  • positions: char-based marker columns in MD018, MD029, MD069 (97212f3)
  • positions: address review - MD037 filter, boundary-safe parser conversions, MD063 column (6fd43f7)
  • positions: char-based end column in MD070; document the column convention (039a334)
  • positions: use character-based end columns across remaining rules (efc29da)
  • positions: report character-based columns in inline-content rules (e7fd2ee)
  • positions: make shared column helpers character-based (5ca4814)
  • md057: report character-based columns for non-ASCII lines (d8d07eb)

v0.2.17

Compare Source

Fixed
  • md077: skip footnote definition bodies in list continuation check (#​669) (388b63f) - thanks @​vEnhance
  • lsp: offer quick fixes across a diagnostic's full line span (c533b75)

v0.2.16

Compare Source

Added
  • config: expand environment variables in extends paths (ee98810)

v0.2.15

Compare Source

Fixed
  • md038: keep whitespace-only code spans verbatim (afe5b43)

v0.2.14

Compare Source

Added
  • release: publish an alpine container image flavour (10fc739)
Fixed
  • discovery: honor config include patterns with non-standard extensions (4436dd7)

v0.2.13

Compare Source

Added
  • release: publish multi-arch container image to ghcr.io (2e3d70b)
  • MD072: add required-keys option to enforce frontmatter key presence (7e8c78f)
  • config: file-precise provenance in rumdl config output (f401004)
Fixed
  • config: probe the working directory for project config even when it is $HOME (b49a2f8)

v0.2.12

Compare Source

Fixed
  • discovery: normalize path_relative_to output to forward slashes on Windows (36c8fd9)
  • lsp: apply document fixes through the FixCoordinator (a5c5da1)
  • stdin: lint stdin through the shared engine (065c4d2)

v0.2.11

Compare Source

Fixed
  • lsp: rebuild and prune workspace index when configuration changes (9ca9049)
  • lsp: align workspace file discovery with CLI semantics (7a5d6aa)

v0.2.10

Compare Source

Added
  • config: warn when multiple rumdl configs shadow each other in a directory (49cd393)
Fixed
  • config: apply inline --config overrides to subdirectory config groups (45800e8)
  • config: anchor multi-path config discovery at the common ancestor of the target paths (5b0d3c7)
  • config: discover global config from cwd for multi-path runs (#​660) (3c28327)
  • config: show shadowed-config warning paths relative to their directory (37358a1)

Thanks to @​darwin for reporting and contributing the initial fix for multi-path config discovery in #​660.

v0.2.9

Compare Source

Added
Fixed
  • md022: keep the blanks-around-headings fix idempotent when a heading sits between a list and a list marker
  • md030: reject out-of-range ol-align-column values (3620545)
  • md030: keep nested content attached when a marker widens (#​657) (3bcc4c4) - thanks @​chandlerc

v0.2.8

Compare Source

Added
  • code-block-tools: add deno fmt as a built-in formatter (755b086)
  • junit: report passing files, not just failures (dc8a964)
  • code-block-tools: generate built-in tools docs table from the registry (fe9d52c)
Fixed
  • code-block-tools: drop rubocop (not usable as a generic code-block linter) (fa7fa83)
  • code-block-tools: correct and drop built-ins after verifying real binaries (9106da9)
  • code-block-tools: correct shellcheck invocation, drop unworkable eslint (415fab0)
  • MD026: make trailing-punctuation removal idempotent (3dfeb83)
  • config: bound project config discovery at the home directory (0cdf3b7)
  • tables: use real line terminator for byte offsets in table detection (751b158)
Removed
  • code-block-tools: removed built-in tools that do not work over stdin (the model code-block tools use), after verifying each against its real binary: eslint and rubocop (need a project config; produce errors/noise otherwise, and rubocop's autocorrect corrupts the block over stdin), shuck (the released CLI has no check - stdin support), and zig-fmt / dart-format (stdin unverifiable). Each can still be configured as a custom tool.

v0.2.7

Compare Source

Fixed
  • MD077: normalize over-indented loose list continuation (6b9fcee)

v0.2.6

Compare Source

Fixed
  • MD062: treat a lone quote in a link destination as part of the URL (b3aea98)
  • config: stop directory config discovery at the canonical project root (ef9f3f6)
  • config: match root config by canonical path in per-directory resolution (4442a9f)
  • output: relativize the verbose 'Processing file' path on Windows (35986d6)
  • output: normalize remaining displayed paths to forward slashes on Windows (dbfb3ef)
  • output: use forward slashes in displayed paths on Windows (7049c01)
  • MD049,MD037: Preserve inline code inside emphasis during auto-fix (#​652) (a1b1055)

v0.2.5

Compare Source

Added
  • lsp: resolve buffer-file links and extend hover previews (94e088a)
Fixed
  • md034: don't flag URLs in JSX component attributes (MDX) (5ed2c5d)
  • md013: avoid byte-slice underflow on all-emphasis lines (ad5647a)
  • fix-utils: reject non-char-boundary ranges in validate_fix_range too (9d07c16)
  • md072: span quoted keys fully in unsorted-key diagnostics (8aa9140)
  • config: don't create phantom rule entries for unconvertible values (4b21cb0)
  • md004: guard empty marker in count_marker_prevalence too (5584c23)
  • config: keep pyproject [tool.rumdl] with only cache=true set (774a1b3)
  • wasm: cover AzureDevOps and MyST flavors in round-trip test (58f8d0d)
  • config: tighten pyproject rumdl-section detection (b8a5966)
  • config: keep pyproject [tool.rumdl] with only scalar globals (7da87d7)
  • md078,md079: declare Unfixable to match fix() returning Err (d1d838a)
  • config: skip unconvertible markdownlint values instead of exiting (9bfc296)
  • md004: guard against empty list marker instead of unwrapping (a73d0bf)
  • check: emit cross-file diagnostics in a stable path order (8eb5027)
  • md063: preserve URLs with nested parens and image alt text (ba68a84)
  • md057: only treat bare .com domains as external, not relative paths (a0f8a86)
  • md046: no trailing spaces on blank lines and tighter list detection (eceb1d6)
  • md072: preserve trailing newline and sort quoted keys by content (73f80cf)
  • fix-utils: reject fix ranges that split UTF-8 codepoints (1ded124)
  • md033: avoid non-char-boundary panic on multi-byte whitespace in tags (5dfbec7)
Performance
  • md037: use cached HTML-comment lookup in the warning filter (e5dcf91)
  • lint-context: cache math byte ranges for is_in_math_context (33ff165)
  • md057: index lines via raw_lines() instead of lines().nth() (251e8ff)
  • md032: compare blockquote prefixes as &str without allocating (c4f37d6)
  • lint-context: skip kramdown masking when there are no extension lines (29378b2)
  • rules: use LazyLock regexes instead of the mutex-backed cache (f757bae)
  • workspace: clear reverse deps via the file's own links (f28a27d)
  • lint-context: precompute math-block closer lookahead (be6796a)
  • lint-context: make is_in_list_block/is_in_table_block O(1) (9dc96a4)
  • reflow: scan is_horizontal_rule without allocating a Vec (9664d22)
  • reflow: hoist char collection out of is_sentence_boundary (457cbad)

v0.2.4

Compare Source

Fixed
  • md060: apply aligned-delimiter when a table auto-compacts past max-width (663f4ba)
  • md034: don't flag URL arguments of MyST colon directives (d55ed20)
  • embedded: gate markdown code block formatting behind code-block-tools opt-in (bd23ad1)
  • md046: treat MyST directive body as directive, not indented code block (060bae2)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Post-upgrade command 'uv run python scripts/fetch_checksums.py --force' has not been added to the allowed list in allowedCommands

@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 4c3a214 to 84c57e1 Compare June 2, 2026 11:28
@renovate renovate Bot changed the title chore(deps): update dependency rumdl to v0.2.4 chore(deps): update dependency rumdl to v0.2.5 Jun 2, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rumdl to v0.2.5 chore(deps): update pre-commit hook manifest python deps to v0.2.5 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 84c57e1 to 2c343c5 Compare June 3, 2026 09:08
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.5 chore(deps): update pre-commit hook manifest python deps to v0.2.6 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 2c343c5 to 8fe8a65 Compare June 3, 2026 22:30
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.6 chore(deps): update pre-commit hook manifest python deps to v0.2.7 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch 3 times, most recently from d78e0d8 to 5b0b798 Compare June 5, 2026 18:17
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.7 chore(deps): update pre-commit hook manifest python deps to v0.2.8 Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch 4 times, most recently from f54ffca to 937e374 Compare June 6, 2026 20:44
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.8 chore(deps): update pre-commit hook manifest python deps to v0.2.9 Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch 3 times, most recently from 4b99b53 to 6e35cac Compare June 8, 2026 20:04
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.9 chore(deps): update pre-commit hook manifest python deps to v0.2.10 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 6e35cac to 12c15a1 Compare June 10, 2026 20:10
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.10 chore(deps): update pre-commit hook manifest python deps to v0.2.12 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 12c15a1 to 17877ce Compare June 11, 2026 16:40
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.12 chore(deps): update pre-commit hook manifest python deps to v0.2.14 Jun 11, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 17877ce to 2a6bd68 Compare June 12, 2026 17:54
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.14 chore(deps): update pre-commit hook manifest python deps to v0.2.15 Jun 12, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 2a6bd68 to 4c6ddef Compare June 13, 2026 13:35
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.15 chore(deps): update pre-commit hook manifest python deps to v0.2.16 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch 2 times, most recently from 34f1c73 to e749a66 Compare June 14, 2026 21:14
@renovate renovate Bot changed the title chore(deps): update pre-commit hook manifest python deps to v0.2.16 chore(deps): update pre-commit hook manifest python deps Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch 7 times, most recently from a862bc3 to 65f850e Compare June 20, 2026 13:41
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from 65f850e to fa4124b Compare June 23, 2026 15:14
@renovate renovate Bot force-pushed the renovate/pre-commit-hook-manifest-python-deps branch from fa4124b to 4e54d4c Compare June 24, 2026 01:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants