From 6f3288a1a79fd120c1b843cff1ff53a85278da37 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 20 Jan 2018 23:03:06 +0800 Subject: [PATCH] add prospector --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a77a15c..de330c68 100644 --- a/README.md +++ b/README.md @@ -237,9 +237,10 @@ 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. * [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application. * Linter - * [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co. - * [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript. - * [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer. + * [flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and McCabe. + * [prospector](https://github.com/landscapeio/prospector) - A tool to analyse Python code. + * [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript. + * [pylint](https://www.pylint.org/) - A fully customizable source code analyzer. * Static Type Checker * [mypy](http://mypy-lang.org/) - Check variable types during compile time. * Static Type Annotations Generators