-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule
Description
Summary
# ruff: noqa: D100, D101, CPY001
__all__ = (
"DialogProtocol",
"DialogProtocol",
)
class DialogProtocol: ...
Neither Ruff nor PyCharm told me anything about this, only CodeRabbit was able to detect it.
I think it would be possible to add such a rule, especially since it is not so difficult to implement.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ruleImplementing or modifying a lint ruleImplementing or modifying a lint rule