Find dead code
Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python’s dynamic nature, static code analyzers like vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused. Nonetheless, vulture can be a very helpful tool for higher code quality.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.13-2.fc42 | - |
Fedora 42 | 2.13-2.fc42 | - |
Fedora 41 | 2.6-8.fc41 | - |
Fedora 40 | 2.6-6.fc40 | - |
You can contact the maintainers of this package via email at
python-vulture dash maintainers at fedoraproject dot org
.