This commit is contained in:
Josh 2026-05-26 22:32:27 -04:00 committed by GitHub
commit 898c7b11b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.