summaryrefslogtreecommitdiff
path: root/issues.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-27 06:41:42 +0100
committerMartin Fischer <martin@push-f.com>2022-02-27 06:41:42 +0100
commitf752a8559959733f2224e92c8a86b512278371f9 (patch)
tree8f15f60c243cf9002206dff8b1a4d28da534c230 /issues.toml
parent4e2ba920f748a7ba7dd25b146bc9880cbae71a4e (diff)
update seq_try_except_finally puzzle
Diffstat (limited to 'issues.toml')
-rw-r--r--issues.toml3
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>'