ruff
a013050c - Respect `per-file-ignores` for `RUF100` on blanket `# noqa` (#10908)

Commit
1 year ago
Respect `per-file-ignores` for `RUF100` on blanket `# noqa` (#10908) ## Summary If `RUF100` was included in a per-file-ignore, we respected it on cases like `# noqa: F401`, but not the blanket variant (`# noqa`). Closes https://github.com/astral-sh/ruff/issues/10906.
Author
Parents
Loading