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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
258
258
*[typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
259
259
* Static Type Annotations Generators
260
260
*[MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
261
+
*[pytype](https://github.com/google/pytype) - Pytype checks and infers types for your Python code - without requiring type annotations
262
+
*[pyannotate](https://github.com/dropbox/pyannotate) - Insert annotations into your source code based on call arguments and return types observed at runtime
0 commit comments