mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Upgrade mypy to 0.971 (#8332)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mypy==0.960
|
||||
mypy==0.971
|
||||
pytype==2022.6.23; platform_system != "Windows"
|
||||
# must match .pre-commit-config.yaml
|
||||
black==22.6.0
|
||||
|
||||
@@ -119,7 +119,6 @@ typing.SupportsIndex.__init__
|
||||
typing.SupportsInt.__init__
|
||||
typing.SupportsRound.__init__
|
||||
wsgiref.types.ErrorStream.__init__
|
||||
wsgiref.types.FileWrapper.__call__
|
||||
wsgiref.types.FileWrapper.__init__
|
||||
wsgiref.types.InputStream.__init__
|
||||
wsgiref.types.StartResponse.__init__
|
||||
@@ -172,13 +171,6 @@ typing._TypedDict.values
|
||||
# White lies around defaults
|
||||
dataclasses.KW_ONLY
|
||||
|
||||
# https://github.com/python/mypy/issues/12819 (... in runtime default)
|
||||
wsgiref.types.InputStream.read
|
||||
wsgiref.types.InputStream.readline
|
||||
wsgiref.types.InputStream.readlines
|
||||
wsgiref.types.StartResponse.__call__
|
||||
wsgiref.types._Readable.read
|
||||
|
||||
# https://github.com/python/mypy/issues/13114
|
||||
wsgiref.types.WSGIEnvironment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user