0.5.2: Type hint for make_packages should be "*refs: str"
qg020 opened this issue · 2 comments
qg020 commented
Hi all, great package - thank you!
I am updating a script that was at 0.4 with PyCharm. The make_packages call takes a comma separated list of package name strings but the type hint in the function definition says '*refs: list[str]'. This causes PyCharm to flag the call with a warning since I am not passing a list of strings but the comma separated strings themselves.
Let me know if you'd like me to make a pull request with this change.
Thank you.
cogu commented
Thanks for finding the issue, I will fix it soon.