[pre-commit.ci] pre-commit autoupdate#9179
Open
pre-commit-ci[bot] wants to merge 2 commits intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9c2ba9d to
8597c14
Compare
updates: - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/crate-ci/typos: v1.43.1 → v1](crate-ci/typos@v1.43.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.10...v0.15.12) - [github.com/oxc-project/mirrors-oxfmt: v0.42.0 → v0.45.0](oxc-project/mirrors-oxfmt@v0.42.0...v0.45.0)
fee9560 to
c04d9f5
Compare
for more information, see https://pre-commit.ci
Contributor
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant CI as pre-commit.ci
participant Registry as Remote Hook Repos
participant Runner as Pre-commit Runner
participant User as End User
participant UI as RecoveryButton (React)
participant Store as Notebook State
Note over CI, Runner: Automated Dependency Updates
CI->>Runner: Trigger Hook Execution
Runner->>Registry: CHANGED: Fetch updated revisions (v1.7.12, v0.48.0, v1, etc.)
Registry-->>Runner: Return updated linter/formatter binaries
loop Per Hook (Ruff, actionlint, typos, oxfmt)
Runner->>Runner: Execute check on codebase
end
Runner-->>CI: Report Success/Failure
Note over User, Store: UI Runtime Recovery Flow
User->>UI: Click "Recovery" Button
UI->>Store: getNotebook()
Store-->>UI: Notebook structure & Cell data
rect rgb(240, 240, 240)
Note right of UI: CHANGED: Variable reference fix (notbook -> notebook)
UI->>UI: Map state to NotebookV1 schema
UI->>UI: CHANGED: JSON.stringify(notebook)
end
UI-->>User: Display Recovery JSON in Modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: