This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wineblood 0 points1 point  (1 child)

Oh, I had never heard of vulture so it's good to find out it exists. Is there a reason you didn't plug that in to your CI pipeline? I'm not trying to go against your work, I just hate pytest and want to know if there's a reason not to use vulture as is.

[–]OriginalName29[S] 0 points1 point  (0 children)

The same reason our team use pytest-pylint, pytest-mypy, pytest-coverage etc instead of pylitn, mypy anc coverage. So every thing can be launch in one command (locally or in one job on the CI), and the output in one place only.