From c177c980c4c456748b72e801717c9a1ce1ba6724 Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Mon, 18 May 2026 08:01:39 -0400 Subject: [PATCH] Add deadcode-cli to Code Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3920b7ec9..0c8cb6aa5 100644 --- a/README.md +++ b/README.md @@ -609,6 +609,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. - [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code. - [repowise](https://github.com/repowise-dev/repowise) - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection. + - [deadcode-cli](https://github.com/coding-dev-tools/deadcode) - Detect and remove unused code across Python projects with configurable patterns. - [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code. - Code Linters - [bandit](https://github.com/PyCQA/bandit) - A tool designed to find common security issues in Python code.