Skip to content

Commit

Permalink
fixup! Add a failing test for type ignores in dmypy
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed Apr 12, 2023
1 parent 4d53d9f commit 710c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/daemon.test
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,4 @@ foo.py:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#miss
from unused.empty import *
import a_module_which_does_not_exist
def is_foo() -> str:
return 1 == 2 # type: ignore
return True # type: ignore

0 comments on commit 710c001

Please sign in to comment.