Conversation
5b92712 to
c1059cc
Compare
|
|
I'm not sure that we want to blanket mark these as used. Since #23191 mostly boils down to |
|
yeah, I think with the docs we can just close this and the ones you linked. We should also update RUF100 to drop the overlap with RUF102 (or at least if RUF102 is enabled) |
|
Makes sense to me! Do you want to open a follow-up issue for that? I also think we should expand RUF102 to handle file-level comments so we can drop the warning and close #23267 (comment). |
These codes are generated while processing noqa, so will never be seen
as "used" by this logic. Just go ahead and treat them as used and trust
that they're there for a reason.
Issue #23191, fixes #21877