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

[DRAFT] chore: revert type hints #823

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

daniel-sanche
Copy link
Contributor

It is currently a known issue that type hints are broken, and mypy is not being run as a required check (#773)

Addressing this for the whole repo at once would be a very large PR, and will be hard to avoid merge conflicts

Another option is to completely remove existing type hints, turn on the mypy checks, and slowly add them back over time as we touch different parts of the repo. This PR implements this approach

Currently not sure if this is the best approach, but leaving this draft open as a possibility

Fixes #773

@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: firestore Issues related to the googleapis/python-firestore API. labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/python-firestore API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy issues
1 participant