vulture 2.13
0
Find dead code
Contents
Find dead code
Stars: 3459, Watchers: 3459, Forks: 153, Open Issues: 36The jendrikseipp/vulture
repo was created 7 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 3459 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
Related Packages
Errors
A list of common vulture errors.
Code Examples
Here are some vulture
code examples and snippets.
GitHub Issues
The vulture package has 36 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