Bump mypy to 1.4.1 (#10351)

This commit is contained in:
Alex Waygood
2023-06-26 00:45:09 +01:00
committed by GitHub
parent d492efeaea
commit 1b2e4091db
3 changed files with 4 additions and 8 deletions

View File

@@ -423,10 +423,6 @@ typing\.AsyncIterable
typing\.AsyncGenerator
typing\.AbstractSet
# Internal attributes
.*\.__protocol_attrs__
.*\.__callable_proto_members_only__
typing_extensions.NewType.__mro_entries__ # just exists for an error message
# https://github.com/python/mypy/issues/15302