Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect per-file-ignores for RUF100 on blanket # noqa #10908

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

charliermarsh
Copy link
Member

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 #10906.

@charliermarsh charliermarsh added bug Something isn't working suppression Related to supression of violations e.g. noqa labels Apr 12, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) April 12, 2024 13:43
@charliermarsh charliermarsh merged commit a013050 into main Apr 12, 2024
17 checks passed
@charliermarsh charliermarsh deleted the charlie/nqa branch April 12, 2024 13:45
Copy link
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Glyphack pushed a commit to Glyphack/ruff that referenced this pull request Apr 12, 2024
…h#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 astral-sh#10906.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working suppression Related to supression of violations e.g. noqa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUF100 error despite listed in per-file-ignores
1 participant