From 9e654a2d62394006425c4f57b5e1400e517877d4 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Mon, 16 Dec 2019 22:21:05 +0000 Subject: [PATCH] add vulture to code analysis tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec4605c6..592323b6 100644 --- a/README.md +++ b/README.md @@ -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)