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 4d53d9f commit 710c001Copy full SHA for 710c001
test-data/unit/daemon.test
@@ -631,4 +631,4 @@ foo.py:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#miss
631
from unused.empty import *
632
import a_module_which_does_not_exist
633
def is_foo() -> str:
634
- return 1 == 2 # type: ignore
+ return True # type: ignore
0 commit comments