We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a392ee commit 40213f7Copy full SHA for 40213f7
README.md
@@ -253,6 +253,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
253
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
254
* Static Type Checkers
255
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
256
+ * [Pyre](https://github.com/facebook/pyre-check) - Performant type checking.
257
* Static Type Annotations Generators
258
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
259
0 commit comments