discovered 03 Aug 2026
vulture
→ View on GitHubVulture is a static code analysis tool designed to identify and report unused code in Python programs, facilitating code cleanup and enhancing overall code quality. It distinguishes various types of unused code, assigns confidence values to detected dead code, and offers options to suppress false positives or ignore certain files. Notable features include the ability to sort unused code by size, a confidence threshold for reporting, and seamless integration with other Python tools like Pyflakes.