diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-27 06:41:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-27 06:41:42 +0100 |
commit | f752a8559959733f2224e92c8a86b512278371f9 (patch) | |
tree | 8f15f60c243cf9002206dff8b1a4d28da534c230 /issues.toml | |
parent | 4e2ba920f748a7ba7dd25b146bc9880cbae71a4e (diff) |
update seq_try_except_finally puzzle
Diffstat (limited to 'issues.toml')
-rw-r--r-- | issues.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/issues.toml b/issues.toml index 81cd3d4..1740287 100644 --- a/issues.toml +++ b/issues.toml @@ -4,3 +4,6 @@ typing_typevar_constrained = '<a href="https://github.com/python/mypy/issues/118 [pytype] typing_literal_enum_name = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' + +[pyright] +seq_try_except_finally = '<a href="https://github.com/microsoft/pyright/issues/2930">issue 2930</a>' |