tornado/setup.cfg

9 lines
132 B
INI

[mypy]
python_version = 3.5
[mypy-tornado.util]
disallow_untyped_defs = True
[mypy-tornado.httputil]
disallow_untyped_defs = True