diff options
Diffstat (limited to 'issues.toml')
-rw-r--r-- | issues.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/issues.toml b/issues.toml index c8611f5..81cd3d4 100644 --- a/issues.toml +++ b/issues.toml @@ -1,6 +1,6 @@ [mypy] -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>' +recursive_type = '<a href="https://github.com/python/mypy/issues/731">issue 731</a>' +typing_typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>' [pytype] -literal_enum_name = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' +typing_literal_enum_name = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' |