Skip to content

Remove type stubs as source has type hints #95

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

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

markhobson
Copy link
Contributor

The type stubs have not been updated for recent additions such as clear and once arguments (#65) and allow_override (#90). This means that they cannot easily be used on a project when mypy is in use.

Instead of updating the type stubs this PR removes them. Since the source now has sufficient type hints inline we no longer require external type stubs.

otsuka added a commit to otsuka/python-inject that referenced this pull request Feb 13, 2024
@ivankorobkov ivankorobkov merged commit 80f1948 into ivankorobkov:master Mar 24, 2024
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