This commit is contained in:
Vinta Chen 2019-12-21 15:22:03 +08:00
parent 97f7619035
commit 74a918f526
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
* [prospector](https://github.com/PyCQA/prospector) - A tool to analyse Python code.
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analysing dead Python code.
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analysing dead Python code.
* Code Linters
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)