Merge pull request #1010 from night-crawler/master

Added MonkeyType to 'Code Analysis and Linter'
This commit is contained in:
Vinta 2018-01-20 01:14:00 +08:00 committed by GitHub
commit ecc274cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,6 +242,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer. * [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
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
## Command-line Tools ## Command-line Tools