From d06ab9789c1dbdb4829ba07bc7ebaba8e9674073 Mon Sep 17 00:00:00 2001 From: RaghavChamadiya Date: Tue, 14 Apr 2026 19:15:15 +0530 Subject: [PATCH] Add repowise to Code Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb8b2e2..4ff0b51 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - Code Analysis - [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. - [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.