-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
CIContinuous IntegrationContinuous IntegrationNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
Description
This flag disallows usage of generic types that do not specify explicit type parameters. Moreover, built-in collections (such as list and dict) become disallowed as you should use their aliases from the typing module (such as List[int] and Dict[str, str]).
Enabling this would address common pull request review comments. @WillAyd
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking