blob: 55104e2264e8fc7259f63f244ddbbcef4adccb6e (
plain)
1
2
3
4
5
6
7
8
|
[mypy]
assign_wrong_type_in_func = "mypy does not check unannotated functions"
infer_return_type = "mypy treats unannotated functions as returning Any"
recursive_types = '<a href="https://github.com/python/mypy/issues/731">issue 731</a>'
typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>'
[pytype]
enum_in_literal = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>'
|