-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check tuples of abstract types (#15366)
The PR is quite simple (and I would like to keep it this way): - Before we were only checking `type[]` type - Now we also check `tuple[type[], ...]` type There might be other types that we want to add in the future here: `TypedDictType`, etc? But, let's do it one by one, because smaller PRs are easier to merge :) Closes #15264
- Loading branch information
Showing
2 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters