Skip to content

Fixes on Jupyter notebooks cause panics when fix replaces/deletes multiple cells #14445

Open
@beskep

Description

  • command: ruff check .\src\test.ipynb --fix --diff
    (No panic when --isolated included)

  • ruff version: 0.7.4

  • pyproject.toml

[project]
requires-python = ">=3.13"
dependencies = ["ruff>=0.7.4"]

[tool.ruff]
preview = true

[tool.ruff.lint]
select = ["W"]

Activity

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

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnotebookRelated to (Jupyter) notebooks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions