]> git.ipfire.org Git - thirdparty/tornado.git/commit
lint: Use newer mypy 2780/head
authorBen Darnell <ben@bendarnell.com>
Mon, 4 Nov 2019 01:35:01 +0000 (20:35 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 23 Nov 2019 20:40:37 +0000 (15:40 -0500)
commit44ae52ceb42fe277aba7321238268f7e87740724
treef7fdc5f4f3102e01a1c66cfecc96ec2e98ced6e5
parent8837c30037ac33bae83746486238afae4d3e7064
lint: Use newer mypy

This required some minor code changes, mainly some adjustments in tests
(which are now analyzed more thoroughly in spite of being mostly
unannotated), and some changes to placement of type:ignore comments.
28 files changed:
setup.py
tornado/auth.py
tornado/autoreload.py
tornado/httpclient.py
tornado/httputil.py
tornado/iostream.py
tornado/netutil.py
tornado/process.py
tornado/test/asyncio_test.py
tornado/test/auth_test.py
tornado/test/concurrent_test.py
tornado/test/http1connection_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/ioloop_test.py
tornado/test/iostream_test.py
tornado/test/netutil_test.py
tornado/test/queues_test.py
tornado/test/runtests.py
tornado/test/simple_httpclient_test.py
tornado/test/tcpclient_test.py
tornado/test/testing_test.py
tornado/test/web_test.py
tornado/test/websocket_test.py
tornado/testing.py
tornado/web.py
tornado/websocket.py
tox.ini