2018-08-09 07:47:23 +00:00
|
|
|
[metadata]
|
|
|
|
license_file = LICENSE
|
|
|
|
|
2018-07-21 18:14:51 +00:00
|
|
|
[mypy]
|
2024-09-17 20:25:17 +00:00
|
|
|
python_version = 3.9
|
2019-06-17 00:21:13 +00:00
|
|
|
no_implicit_optional = True
|
2018-07-21 18:14:51 +00:00
|
|
|
|
2018-09-16 20:55:56 +00:00
|
|
|
[mypy-tornado.*,tornado.platform.*]
|
2018-07-21 18:14:51 +00:00
|
|
|
disallow_untyped_defs = True
|
2018-07-21 22:07:16 +00:00
|
|
|
|
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.
|
2018-09-16 20:55:56 +00:00
|
|
|
[mypy-tornado.test.*]
|
|
|
|
disallow_untyped_defs = False
|
2018-08-11 20:40:07 +00:00
|
|
|
check_untyped_defs = True
|