We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a05ceb commit 2209c08Copy full SHA for 2209c08
mypyc/test-data/run-misc.test
@@ -25,7 +25,7 @@ def f(a: bool, b: bool) -> None:
25
26
def g() -> None:
27
try:
28
- [0][1]
+ [0][1] # type: ignore [index-range]
29
y = 1
30
except Exception:
31
pass
0 commit comments