HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

Add type hints #141

Closed pawelad closed 2 years ago

pawelad commented 2 years ago

Hi!

Long time user of the python-decouple - thanks for making it!

Are there any plans for adding type hints to the codebase?

henriquebastos commented 2 years ago

I'm glad that it's useful for you.

No, this lib will not have type hints.

I see Python's type-hints as an anti-pattern. It was useful for me in some meta-programming scenarios. But I don't see it as a good default for a Python project.