Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
hooks:
- id: typos
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.2.43
rev: v0.2.49
hooks:
- id: rumdl-fmt
Comment on lines 18 to 21

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: Medium

The only change is the hook revision bump from v0.2.43 to v0.2.49. The hook has no file filters or args, so it applies to the repo's two Markdown files. A repository search finds no remaining v0.2.43 after the edit. No code, dependency, workflow, or test surface changes.

Owner action: Proceed with the bump; no code fix required.

Evidence: bounded PR-head context from .pre-commit-config.yaml; matching repository snippets in .pre-commit-config.yaml; directory inventory under .github, .github/workflows and 7 more.

...
Loading