diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-25 08:26:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-25 08:26:09 +0100 |
commit | 0bea98520c8fbefab29b60c25c5586747f9bf6f1 (patch) | |
tree | 0b8c960bfdbe6a349349798c4ccef38a0696c35b /issues.toml | |
parent | cab35e3dfd2fa2d41a045b79e9c247ddcd84cf52 (diff) |
rename puzzles
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>' |