Skip to content

Commit 710c001

Browse files
committed
fixup! Add a failing test for type ignores in dmypy
1 parent 4d53d9f commit 710c001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/daemon.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,4 +631,4 @@ foo.py:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#miss
631631
from unused.empty import *
632632
import a_module_which_does_not_exist
633633
def is_foo() -> str:
634-
return 1 == 2 # type: ignore
634+
return True # type: ignore

0 commit comments

Comments
 (0)