diff options
Diffstat (limited to 'issues.toml')
-rw-r--r-- | issues.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/issues.toml b/issues.toml index a840797..55104e2 100644 --- a/issues.toml +++ b/issues.toml @@ -1,7 +1,8 @@ [mypy] -infer_return_basic = "mypy intentionally treats unannotated functions as returning Any" -tricky_recursive = '<a href="https://github.com/python/mypy/issues/731">issue 731</a>' -tricky_typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>' +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] -tricky_enum = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' +enum_in_literal = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' |