ITADN

quick fix for ignoring an error should use the new human readable `# ruff: ignore` syntax instead

#26447OpenDetachHead 创建于 2026-06-28
previewserver
D
DetachHeadcommented
now that errors can be suppressed with a human readable names, it would be great if the quick fix would add comments like `# ruff: ignore[undocumented-public-function]` instead of `# noqa: D103`
1 条评论