ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
671 stars 77 forks source link

Support for type hints #82

Closed nishinishidayo closed 8 months ago

nishinishidayo commented 2 years ago

Some files have type hints and others do not. I think writing type hints make it easier to understand the patterns. I suggest to write type hints and if its okay, I will work some.

ex. https://github.com/ivankorobkov/python-inject/blob/master/inject/__init__.py#L506