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
Enforce type hint for parameters and return. Add rules and fix the resulting errors.
There're some methods with missing type hints for parameters and returns.
The text was updated successfully, but these errors were encountered:
feat: add missing type hints and return types. Add Ruff rules | [#197]
f2ecfc8
chore: minor docstring changes | [#197]
0b11aa2
35eb700
Merge pull request #198 from AntonioMrtz/197-enforce-type-hint-for-pa…
4898736
…rameters-and-return #197: Enforce type hint for parameters and return
AntonioMrtz
Successfully merging a pull request may close this issue.
Description
Enforce type hint for parameters and return. Add rules and fix the resulting errors.
Context
There're some methods with missing type hints for parameters and returns.
How to do it
Testing
The text was updated successfully, but these errors were encountered: