Avoid need for return type declarations in tests
Open
- Dominant language
- No language data
- Stars
- 150
- Forks
- 38
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.