add prospector
This commit is contained in:
		@@ -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.
 | 
					    * [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.
 | 
					    * [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
 | 
				
			||||||
* Linter
 | 
					* Linter
 | 
				
			||||||
    * [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
 | 
					    * [flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and McCabe.
 | 
				
			||||||
    * [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.
 | 
					    * [prospector](https://github.com/landscapeio/prospector) - A tool to analyse Python code.
 | 
				
			||||||
    * [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.
 | 
					    * [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
 | 
					* Static Type Checker
 | 
				
			||||||
    * [mypy](http://mypy-lang.org/) - Check variable types during compile time.
 | 
					    * [mypy](http://mypy-lang.org/) - Check variable types during compile time.
 | 
				
			||||||
* Static Type Annotations Generators
 | 
					* Static Type Annotations Generators
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user