You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Feel free to contribute! Happy to receive PRs.
41
41
* Typing:
42
42
* 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:
43
43
[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/)
44
45
* Imports ordering:
45
46
* isort - A Python utility / library to sort imports or check them: [https://github.com/timothycrosley/isort](https://github.com/timothycrosley/isort)
46
47
* flake8-import-order - Flake8 plugin that checks import order against various Python Style Guides:
0 commit comments