Hovering `# noqa: RUF100` now shows a tooltip for RUF100 ~~~md 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.