Skip to content

Commit 9096d84

Browse files
authored
Merge pull request vintasoftware#1 from toolen/add-pyre
Add pyre type checker
2 parents 3819651 + f9355f6 commit 9096d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Feel free to contribute! Happy to receive PRs.
4141
* Typing:
4242
* mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. Has type inference capabilities. Maybe it's the future of Python for larger projects:
4343
[http://mypy-lang.org/](http://mypy-lang.org/)
44+
* pyre - Pyre is a performant type checker for python from Facebook: [https://pyre-check.org/](https://pyre-check.org/)
4445
* Imports ordering:
4546
* isort - A Python utility / library to sort imports or check them: [https://github.com/timothycrosley/isort](https://github.com/timothycrosley/isort)
4647
* flake8-import-order - Flake8 plugin that checks import order against various Python Style Guides:

0 commit comments

Comments
 (0)