-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vulture to CI #398
Comments
Hello ! I run the following command :
and it gives me the following results :
If I don't set the Do you think it's worth it to find a way to "whitelist" the warnings related to the test files and implement this in a pipeline or we should simply fix the three unused variables and leave it like that? |
Hey, |
Yes, we should whitelist python fixtures as they are detected as false positives |
@MashyBasker if you want to go forward and make a PR to run it as a If you don't have time, I'll try to get at it when I got some free time ! :) |
Thanks! I'll work on creating the pre-commit hook PR. |
pre-commit hook is the not super interesting. Getting the code to run fine with vulture be a good start. |
Okay, I'll work on it. @jelly |
Add vulture (dead code detector to CI)
The text was updated successfully, but these errors were encountered: