[PR #1447] [MERGED] Add Vulture to code analysis tools #1282

Closed
opened 2025-11-06 13:13:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1447
Author: @rerpha
Created: 12/16/2019
Status: Merged
Merged: 12/21/2019
Merged by: @vinta

Base: masterHead: master


📝 Commits (2)

  • 9e654a2 add vulture to code analysis tools
  • 338e907 Merge pull request #1 from rerpha/add_vulture

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Analyses codebase and finds dead code.

What's the difference between this Python project and similar ones?

  • Gives probability, in the case that potentially dead code might be used in unexplicit calls.
  • Sorts unused classes and functions by size so large classes that are unused can be removed
  • Supports python 2 and 3.
  • Many other features

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1447 **Author:** [@rerpha](https://github.com/rerpha) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/21/2019 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9e654a2`](https://github.com/vinta/awesome-python/commit/9e654a2d62394006425c4f57b5e1400e517877d4) add vulture to code analysis tools - [`338e907`](https://github.com/vinta/awesome-python/commit/338e907c4264408ffb9c56a485351444d4f14df4) Merge pull request #1 from rerpha/add_vulture ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Analyses codebase and finds dead code. ## What's the difference between this Python project and similar ones? - Gives probability, in the case that potentially dead code might be used in unexplicit calls. - Sorts unused classes and functions by size so large classes that are unused can be removed - Supports python 2 and 3. - Many other features -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:13:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1282