From 79baacc706dc6c0c083bd0ef21a813c645e38872 Mon Sep 17 00:00:00 2001 From: invzhi Date: Wed, 13 Sep 2017 09:24:00 +0800 Subject: [PATCH] Remove PySonar2 [PySonar2](http://www.yinwang.org/blog-cn/2017/04/18/close-source) is no longer open source. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5c532447..29a0ebae 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [coala](http://coala.io/) - Language independent and easily extendable code analysis application. * [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. - * [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. * 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.