Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable mypy's check_untyped_defs option #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Jan 10, 2025

Extracted from #188 as a separate PR.

Type-checks the interior of functions without type annotations.

https://mypy.readthedocs.io/en/stable/config_file.html#confval-check_untyped_defs

Extracted from #188 as a separate PR.

> Type-checks the interior of functions without type annotations.

https://mypy.readthedocs.io/en/stable/config_file.html#confval-check_untyped_defs
@seanh seanh requested a review from marcospri January 10, 2025 18:37
@seanh
Copy link
Contributor Author

seanh commented Jan 10, 2025

@marcospri Is this gonna potentially create new type warning in projects when we try to apply it? I guess we'll find out

@marcospri
Copy link
Member

@marcospri Is this gonna potentially create new type warning in projects when we try to apply it? I guess we'll find out

Yes, it will. We'll have to check how many project by project but I assume it will be manageable.

seanh added a commit that referenced this pull request Jan 17, 2025
seanh added a commit that referenced this pull request Jan 17, 2025
seanh added a commit that referenced this pull request Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants