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

Add type annotations and mypy type checking #6

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

Add type annotations and mypy type checking #6

wants to merge 4 commits into from

Conversation

jaap3
Copy link
Member

@jaap3 jaap3 commented Aug 11, 2022

No description provided.

@jaap3 jaap3 marked this pull request as draft August 11, 2022 14:33
# Do not use the @register decorator as it is typed as Any in
# django-stubs. This results in mypy errors about the checks
# becoming untyped when using the decorator.
# https://github.com/typeddjango/django-stubs/issues/1098
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case someone picks up this PR; this issue has been fixed, can use decorators again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants