Skip to content

[pre-commit.ci] pre-commit autoupdate#9179

Open
pre-commit-ci[bot] wants to merge 2 commits intomainfrom
pre-commit-ci-update-config
Open

[pre-commit.ci] pre-commit autoupdate#9179
pre-commit-ci[bot] wants to merge 2 commits intomainfrom
pre-commit-ci-update-config

Conversation

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Apr 27, 2026 10:45pm

Request Review

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)
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from fee9560 to c04d9f5 Compare April 27, 2026 22:43
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

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
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants