Skip to content

Commit d4554be

Browse files
authored
Add DepTend to code analysis tools in README
Added DepTend to the list of code analysis tools.
1 parent 4e1f6db commit d4554be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
625625

626626
- Code Analysis
627627
- [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
628+
- [DepTend](https://github.com/SpIob/DepTend) - Scans a repo's PyPI dependencies against the OSV database and ranks what to fix first, with the full scoring breakdown shown for every result.
628629
- [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code.
629630
- [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.
630631
- [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.

0 commit comments

Comments
 (0)