Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 338e907

Browse files
authored
Merge pull request vinta#1 from rerpha/add_vulture
add vulture to code analysis tools
2 parents 864d305 + 9e654a2 commit 338e907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
229229
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
230230
* [prospector](https://github.com/PyCQA/prospector) - A tool to analyse Python code.
231231
* [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.
232233
* Code Linters
233234
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
234235
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)

0 commit comments

Comments
 (0)