Skip to content

noqa hover shown in markdown file #23860

@MichaReiser

Description

@MichaReiser

Hovering # noqa: RUF100 now shows a tooltip for RUF100

Testing markdown formatting with Ruff

```py
if (
    some and other
):
    pass


more
```

# noqa: RUF100

This is probably unintentional. It doesn't cause much harm but is definitely surprising.

Metadata

Metadata

Assignees

No one assigned

    Labels

    serverRelated to the LSP server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions