vulture
https://github.com/jendrikseipp/vulture
Python
Find dead Python code
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to vulture
Help out
- Issues
- Separate `exclude` between "don't scan here" and "don't report here"
- Add --type option to report only certain kinds of unused code
- Add liveness_primer as a blast radius CI job
- Add blast radius CI workflow
- Whitelist matches by bare identifier name only, not file+line -- a stale entry silently masks unrelated dead code with the same name elsewhere
- Fix false positives for typing.TypedDict members (#335)
- Detect single-character __all__ string exports
- Consider `__all__` when it is a string with a single character
- add refurb and pylint ruff rules
- Don't flag unreachable code containing a yield as removable (#422)
- Docs
- Python not yet supported