-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for type hints #58
Comments
Hi, yes. Feel free to open a PR with this support and we can launch a new version with it. |
Great @fjsj , let me try to add type hints, as I have a test repo to validate it. |
The tests used to run in Travis. We need to migrate to GitHub Actions, which shouldn't be too difficult. If you can, please feel free to include that in your PR. |
@sshishov we'll migrate to GH Actions right now, no need to include that in your PR. |
Hello, currently we are using Do you prefer the "stubs" file or you want to include the typing in the code? Based on this I can create the MR. NOTE: stubs is just |
You can include typing in code directly in-place @sshishov |
If yes, any possibility to add support of
type hints
? as DRF supports type hints but with the usage of this library, all the type checks vanishedThe text was updated successfully, but these errors were encountered: