✨ 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
strict flag, 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
✨ 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-defsanddisallow-untyped-decorators. Consider if any other MyPy checks are worth adding.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...