jendrikseipp / vulture

Find dead Python code
MIT License
3.38k stars 148 forks source link

[feat] Support premade-whitelist #296

Closed qcoumes closed 1 year ago

qcoumes commented 1 year ago

It would be great if premade whitelist could be added into vulture itself and given as an argument.

This would allow support for common frameworks such as Django or Flask, which by their nature give a lot of false positives.

As an example, pydocstyle do something related with its convention argument.

jendrikseipp commented 1 year ago

We already collect whitelists for common Python modules in the repo.