Add MyPy checks for typing consistency.
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 65/100
Research direction
Start in the MyPy section of pyproject.toml and review the existing strict flag alongside the requested checks: disallow_untyped_calls, disallow-incomplete-defs, and disallow-untyped-decorators. Check whether the flags overlap or affect the project’s current typing setup. Done means the agreed consistency checks are configured without confusing or conflicting settings.
Written by the indexing model from the issue text.
Description
✨ Feature Request
Motivation
As part of #5924.
Within the MyPy section of pyproject.toml, introduce MyPy checks for typing consistency, i.e. disallow_untyped_calls, disallow-incomplete-defs and disallow-untyped-decorators. Consider if any other MyPy checks are worth adding.
- Also consider what to do with the existing
strictflag, as it may or may not clash with the specific flags below. At the very least it may confuse future developers?
Additional context
Click to expand this section...
Please add additional verbose information in this section e.g., references, screenshots, listings etc
- Dominant language
- Python
- Stars
- 724
- Forks
- 317
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 9
Contributor guide
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.
More from SciTools/iris
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100