Added MonkeyType to 'Code Analysis and Linter'

This commit is contained in:
night-crawler 2018-01-19 12:16:30 +03:00
parent 49be2f4dbc
commit afd2802b39
1 changed files with 2 additions and 0 deletions

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.
* Static Type Checker
* [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