Many projects used by skeleton have tests under tests/**/test_*.py. These modules aren't used in the API and aren't included in the installed package, so adding -> None declarations on every test is just noise. Let's instead add a mypy configuration that exempts the mypy error that occurs when the return type is not specified in these modules.
Many projects used by skeleton have tests under
tests/**/test_*.py. These modules aren't used in the API and aren't included in the installed package, so adding-> Nonedeclarations on every test is just noise. Let's instead add a mypy configuration that exempts the mypy error that occurs when the return type is not specified in these modules.