ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
694 stars 79 forks source link

Remove type stubs as source has type hints #95

Closed markhobson closed 6 months ago

markhobson commented 8 months ago

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.