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 0d50f97 commit b8fbb34Copy full SHA for b8fbb34
test-data/unit/check-flags.test
@@ -2487,6 +2487,7 @@ class Child(Parent):
2487
@override
2488
def g(self, y: int) -> bool: #type: ignore # E: Unused "type: ignore" comment # E: "type: ignore" comment without error code
2489
return True
2490
+[builtins fixtures/primitives.pyi]
2491
[typing fixtures/typing-full.pyi]
2492
2493
[case testSpotCheckErrorCodeAllNotUsed]
@@ -2510,4 +2511,5 @@ class Child(Parent):
2510
2511
2512
def g(self, y: int) -> bool: #type: ignore
2513
2514
2515
0 commit comments