We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
would be nice to have type hints added to the library
mypy currently complains due to openfga_sdk: module is installed, but missing library stubs or py.typed marker
openfga_sdk: module is installed, but missing library stubs or py.typed marker
https://peps.python.org/pep-0484/
adding type hints and a py.typed file so mypy recognizes it
disable the linting rule
No response
The text was updated successfully, but these errors were encountered:
Hi @dacevedo12 👋 Thanks for your suggestion. We'll investigate supporting this.
Sorry, something went wrong.
@evansims interested on working on this,please assign
evansims
No branches or pull requests
Checklist
Describe the problem you'd like to have solved
would be nice to have type hints added to the library
mypy currently complains due to
openfga_sdk: module is installed, but missing library stubs or py.typed marker
https://peps.python.org/pep-0484/
Describe the ideal solution
adding type hints and a py.typed file so mypy recognizes it
Alternatives and current workarounds
disable the linting rule
References
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: