jaraco / jaraco/skeleton

Avoid need for return type declarations in tests

Open
#200 2 comments 1 reaction 2 assignees View on GitHub

@jaraco is already working on this.

Since May 3, 2026.

  • #201 by @copilot-swe-agent — 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.