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 b18a65b commit 026f0d3Copy full SHA for 026f0d3
test-data/unit/check-flags.test
@@ -2487,7 +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]
+[typing fixtures/typing-full.pyi]
2491
2492
[case testSpotCheckErrorCodeAllNotUsed]
2493
# This test case exists purely to ensure that the testSpotCheckErrorCodeAll test does not become obsolete.
@@ -2510,4 +2510,4 @@ class Child(Parent):
2510
2511
def g(self, y: int) -> bool: #type: ignore
2512
2513
0 commit comments