blob: 6e1ad8187b7a7a2dcba6bcad7542bbecd728b255 [file] [log] [blame]
[mypy]
strict = True
disallow_any_unimported = True
show_traceback = True
pretty = True
always_false = MYPYC
plugins = mypy.plugins.proper_plugin
python_version = 3.8
exclude = mypy/typeshed/|mypyc/test-data/|mypyc/lib-rt/
new_type_inference = True
enable_error_code = ignore-without-code,redundant-expr
show_error_code_links = True
[mypy-mypy.visitor]
# See docstring for NodeVisitor for motivation.
disable_error_code = empty-body