Skip to content

Commit

Permalink
Merge pull request vinta#1 from rerpha/add_vulture
Browse files Browse the repository at this point in the history
add vulture to code analysis tools
  • Loading branch information
rerpha authored Dec 16, 2019
2 parents 864d305 + 9e654a2 commit 338e907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +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.
* 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)
Expand Down

0 comments on commit 338e907

Please sign in to comment.