Release v75.0.9
Feat(Vulture) Add Vulture pre-commit to cleanup dead code (#4430) (patch)
Description
Vulture is a popular tool for removing unused code in python. It was suggested in a meeting that it could be called automatically to help prune the codebase when refactoring modules.
Added
- vulture to the pre-commit hooks
- vulture_whitelist.txt for ignoring false positives
Changed
- Removed almost all methods flagged by vulture