mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
Add zenzic to Code Analysis in README.md
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
This commit is contained in:
parent
8c59fb58c6
commit
8e6c8acddd
1 changed files with 2 additions and 1 deletions
|
|
@ -617,7 +617,8 @@ _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.
|
||||
- Code Linters
|
||||
- [zenzic](https://github.com/PythonWoods/zenzic) - Static analyzer and security validator for Markdown documentation, featuring AST-based parsing, credential detection, and deterministic auto-fixing.
|
||||
- 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.
|
||||
- [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue