Skip to content

Typing #178

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

Open
AbduazizZiyodov opened this issue Jan 28, 2025 · 3 comments
Open

Typing #178

AbduazizZiyodov opened this issue Jan 28, 2025 · 3 comments

Comments

@AbduazizZiyodov
Copy link

Hello. It is a great package; I use it for almost all of my Python projects. But there are issues with typing (it fails mypy checking). Why don't you care about typing(e.g., stubs) & closing issues without proper explanation?

I'm not going to argue, I just want to know, why, any specific reasons?

Related: #122

@wbhob
Copy link

wbhob commented Feb 27, 2025

Python purism is my guess. Maybe a concern with backward compatibility, but from what I have seen that isn't much of a concern for python package developers.

@DavidKloucek
Copy link

The same problem. New to Python, I’ve noticed that many devs, also lib authors, dislike typing, don't understand why.

@altave-thiago-beni
Copy link

A workaround I'm doing is using python's conversion functions such as int() or float(). It doesn't work all the time but fixes most of the problems

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

No branches or pull requests

4 participants