Skip to content

Avoid need for return type declarations in tests #200

@jaraco

Description

@jaraco

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions