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

Implement a mypy plugin #35

Open
sobolevn opened this issue Jul 31, 2024 · 1 comment
Open

Implement a mypy plugin #35

sobolevn opened this issue Jul 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sobolevn
Copy link

MyPy is very useful when detecting @abtractmethod definitions that are unfilled.
I don't think that there's a clean way to do that with just type-hints. Maybe this can be added via a plugin?

@antonagestam
Copy link
Owner

Yes, a mypy plugin would be great and I would most likely use it myself. I think it could also work as a reference implementation for suggesting standardizing Abstract in the standard library.

@antonagestam antonagestam changed the title MyPy plugin? Implement a mypy plugin Aug 4, 2024
@antonagestam antonagestam added the enhancement New feature or request label Aug 4, 2024
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

No branches or pull requests

2 participants