Contents

vulture 2.11

0

Find dead code

Find dead code

Stars: 3073, Watchers: 3073, Forks: 139, Open Issues: 30

The jendrikseipp/vulture repo was created 7 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 3073 github stars!

How to Install vulture

You can install vulture using pip

pip install vulture

or add it to a project with poetry

poetry add vulture

Package Details

Author
Jendrik Seipp
License
MIT
Homepage
https://github.com/jendrikseipp/vulture
PyPi:
https://pypi.org/project/vulture/
GitHub Repo:
https://github.com/jendrikseipp/vulture

Classifiers

  • Software Development/Quality Assurance
No  vulture  pypi packages just yet.

Errors

A list of common vulture errors.

Code Examples

Here are some vulture code examples and snippets.

GitHub Issues

The vulture package has 30 open issues on GitHub

  • Python 3.12: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
  • Allow unreachable trailing yield, to make an abstract generator method
  • Should report on unreachable code after try-return-except-raise

See more issues on GitHub