File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
229
229
* [ code2flow] ( https://github.com/scottrogowski/code2flow ) - Turn your Python and JavaScript code into DOT flowcharts.
230
230
* [ prospector] ( https://github.com/PyCQA/prospector ) - A tool to analyse Python code.
231
231
* [ pycallgraph] ( https://github.com/gak/pycallgraph ) - A library that visualises the flow (call graph) of your Python application.
232
+ * [ vulture] ( https://github.com/jendrikseipp/vulture ) - A tool for finding and analysing dead Python code.
232
233
* Code Linters
233
234
* [ flake8] ( https://pypi.org/project/flake8/ ) - A wrapper around ` pycodestyle ` , ` pyflakes ` and McCabe.
234
235
* [ awesome-flake8-extensions] ( https://github.com/DmytroLitvinov/awesome-flake8-extensions )
You can’t perform that action at this time.
0 commit comments