jendrikseipp / vulture

Find dead Python code
MIT License
3.41k stars 150 forks source link

Fix tuple-arg parsing in vulture 1.6 #250

Closed csilvers closed 3 years ago

csilvers commented 3 years ago

I am using vulture 1.6 on my python2 repository. It errored out while running, due to some weird ways we define arguments in some of our functions, which I fixed at https://github.com/Khan/vulture/commit/9a34fb4e43a0d5385ea91dab5e2db6a201e865ef.

However, I did not make a pull request because I don't know if any new releases are being made in the vulture 1 series. (Or even how to make a pull request for such a thing!) Please feel free to do with the fix-commit whatever you see fit!

jendrikseipp commented 3 years ago

Thanks for reaching out! I think backporting fixes for unsupported Python versions is too much work though.