mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
Add pystreamliner to Code Analysis
Added pystreamliner under the Code Analysis section.
This commit is contained in:
parent
9a9281fec1
commit
4277b723c9
1 changed files with 1 additions and 0 deletions
|
|
@ -626,6 +626,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
|||
- [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.
|
||||
- [pystreamliner](https://github.com/Supe232323/pystreamliner) - Automated Python code optimization engine using AST parsing. Removes unused imports, duplicate lines, caps blank lines, and reports issues.
|
||||
- Code Linters
|
||||
- [bandit](https://github.com/PyCQA/bandit) - A tool designed to find common security issues in Python code.
|
||||
- [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue