Skip to content

Remove ignore_missing_imports Mypy setting - #359

Merged
johnthagen merged 1 commit into
mainfrom
remove-mypy-ignore_missing_imports
Sep 10, 2026
Merged

Remove ignore_missing_imports Mypy setting#359
johnthagen merged 1 commit into
mainfrom
remove-mypy-ignore_missing_imports

Conversation

@johnthagen

Copy link
Copy Markdown
Owner

Remove ignore_missing_imports Mypy setting.

This setting used to be pragmatically important in the days when most Python packages didn't have type hints, but that is now the minority. Leaving this setting on can mask real errors, such as missing dependencies not available for import.

@johnthagen johnthagen self-assigned this Sep 10, 2026
@johnthagen johnthagen added the enhancement New feature or request label Sep 10, 2026
@johnthagen
johnthagen merged commit 2457004 into main Sep 10, 2026
20 checks passed
@johnthagen
johnthagen deleted the remove-mypy-ignore_missing_imports branch September 10, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant