Merge pull request #1072 from Ferenc-/master

Add Pyre
This commit is contained in:
Vinta 2018-05-26 16:01:51 +08:00 committed by GitHub
commit 2b730187c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
* Static Type Checkers
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
* [Pyre](https://github.com/facebook/pyre-check) - Performant type checking.
* Static Type Annotations Generators
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types