From 40213f70fb77a3d8a4f2fb1b18e223a6dbbd6958 Mon Sep 17 00:00:00 2001 From: Ferenc- Date: Fri, 25 May 2018 10:15:17 +0200 Subject: [PATCH] Add Pyre --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037a1fd4..b28b943b 100644 --- a/README.md +++ b/README.md @@ -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