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
Do you think adding type annotation completely?
The text was updated successfully, but these errors were encountered:
what do you miss exacly? Together with django-stubs, this is already super helpful as it is.
Sorry, something went wrong.
There is no type annotation for some functions.
https://github.com/makinacorpus/django-safedelete/blob/master/safedelete/queryset.py#L98
And the latest versions of mypy and django-stubs say: "call to untyped function in typed context"
for .filter function.
The idea was to just add the minimum so that mypy could be used with safedelete, but I added a few typings at the same time to bootstrap it.
Feel free to open a PR to add more if you feel like it, I don't think I'll have time to do that anytime soon.
No branches or pull requests
Do you think adding type annotation completely?
The text was updated successfully, but these errors were encountered: