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

chore(wip): Add typing #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(wip): Add typing #81

wants to merge 1 commit into from

Conversation

Abdur-rahmaanJ
Copy link
Member

fixes #69

@aenglander
Copy link
Contributor

Please add typing checks to the tox config with the requirements file to validate that the types are correct. An example in Flask would be https://github.com/pallets/flask/blob/main/tox.ini. It will also ensure that subsequent pull requests are compliant with type checking.

@aenglander aenglander self-assigned this Jul 15, 2024
@@ -11,6 +11,9 @@
"""

from __future__ import with_statement
from typing import Optional
from typing import Callable
import typing_extensions
Copy link
Contributor

Choose a reason for hiding this comment

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

All tests are failing because they cannot find the typing_extensions library. It does not appear that the library was added to the dependencies. Also, look at what value this additional dependency adds.

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

Successfully merging this pull request may close these issues.

Add Typing to Project
2 participants