]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: Add mypy tox config and get it passing
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Jul 2018 17:05:53 +0000 (13:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Jul 2018 23:09:05 +0000 (19:09 -0400)
commiteb5bab79deb4266b8e390d120f09e7298f572f4d
tree52425e647ba057f4f085de3679b5a08558086eb2
parent819e131089321bf4bed913b023619c240c6ad26c
*: Add mypy tox config and get it passing

Touch up the old annotations; it's simpler now that we're 3.5+. But
most of the additions here are type:ignore comments.
16 files changed:
.travis.yml
tornado/autoreload.py
tornado/ioloop.py
tornado/iostream.py
tornado/log.py
tornado/platform/asyncio.py
tornado/platform/windows.py
tornado/routing.py
tornado/test/httpclient_test.py
tornado/test/routing_test.py
tornado/test/twisted_test.py
tornado/test/util.py
tornado/test/web_test.py
tornado/test/websocket_test.py
tornado/util.py
tox.ini