2018-08-09 07:47:23 +00:00
|
|
|
[metadata]
|
|
|
|
license_file = LICENSE
|
|
|
|
|
2018-07-21 18:14:51 +00:00
|
|
|
[mypy]
|
|
|
|
python_version = 3.5
|
|
|
|
|
|
|
|
[mypy-tornado.util]
|
|
|
|
disallow_untyped_defs = True
|
2018-07-21 22:07:16 +00:00
|
|
|
|
|
|
|
[mypy-tornado.httputil]
|
|
|
|
disallow_untyped_defs = True
|
2018-07-21 22:29:59 +00:00
|
|
|
|
|
|
|
[mypy-tornado.escape]
|
|
|
|
disallow_untyped_defs = True
|
2018-07-29 16:44:30 +00:00
|
|
|
|
2018-07-29 17:59:39 +00:00
|
|
|
[mypy-tornado.concurrent]
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
|
2018-08-11 15:27:13 +00:00
|
|
|
[mypy-tornado.gen]
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
|
2018-07-29 16:44:30 +00:00
|
|
|
# It's generally too tedious to require type annotations in tests, but
|
|
|
|
# we do want to type check them as much as type inference allows.
|
|
|
|
[mypy-tornado.test.util_test]
|
|
|
|
check_untyped_defs = True
|
|
|
|
|
|
|
|
[mypy-tornado.test.httputil_test]
|
|
|
|
check_untyped_defs = True
|
|
|
|
|
|
|
|
[mypy-tornado.test.escape_test]
|
|
|
|
check_untyped_defs = True
|
2018-07-29 17:59:39 +00:00
|
|
|
|
|
|
|
[mypy-tornado.test.concurrent_test]
|
|
|
|
check_untyped_defs = True
|
2018-08-11 15:27:13 +00:00
|
|
|
|
|
|
|
[mypy-tornado.test.gen_test]
|
|
|
|
check_untyped_defs = True
|