damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.64k stars 90 forks source link

Enhancing type hints coverage #162

Open damnever opened 1 year ago

damnever commented 1 year ago

There is a lot of historic code that does not leverage type hints, or perhaps I am too lazy to add them. Therefore, this issue serves as a reminder for me. For those who are interested in improving the type hints coverage, your contributions are greatly welcome!