Upgrade mypy to 0.971 (#8332)

This commit is contained in:
Alex Waygood
2022-07-19 16:27:05 +01:00
committed by GitHub
parent e2ce7c6344
commit fceccd217c
2 changed files with 1 additions and 9 deletions

View File

@@ -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

View File

@@ -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