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

Closed
wants to merge 1 commit into from
Closed

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add Typing to Project
2 participants