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

[refurb] Avoid triggering hardcoded-string-charset for reordered sets #14233

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

charliermarsh
Copy link
Member

Summary

It's only safe to enforce the x in "1234567890" case if x is exactly one character, since the set on the right has been reordered as compared to string.digits. We can't know if x is exactly one character unless it's a literal. And if it's a literal, well, it's kind of silly code in the first place?

Closes #13802.

@charliermarsh charliermarsh self-assigned this Nov 9, 2024
@charliermarsh charliermarsh added the bug Something isn't working label Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit 555a5c9 into main Nov 9, 2024
20 checks passed
@charliermarsh charliermarsh deleted the charlie/f branch November 9, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FURB156 false positive for multi-character string before in
1 participant