Is it possible disable mypy checking for functions which for a testing? Such as starts from test_
?
For me is redundant adding typing for tests
def test_dummy(): # <- mypy is raising "error: Function is missing a return type annotation"
# Empty test