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

[FR] Missing type hints #860

Open
JohnGale87 opened this issue Feb 6, 2025 · 1 comment
Open

[FR] Missing type hints #860

JohnGale87 opened this issue Feb 6, 2025 · 1 comment

Comments

@JohnGale87
Copy link

Is your feature request related to a problem? Please describe.
Mypy is reporting:

Skipping analyzing "firebase_admin": module is installed, but missing library stubs or py.typed marker
Mypy[import-untyped](https://mypy.readthedocs.io/en/latest/_refs.html#code-import-untyped)

See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Mypy[note](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports)

Describe the solution you'd like
I would like Mypy to be able to provide valid type hints and stop warning me that it can't.

Describe alternatives you've considered
Use # type: ignore to ignore the warning.

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants