Skip to content

Release v75.0.9

Choose a tag to compare

@clingen-sthlm clingen-sthlm released this 01 Sep 07:47

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