Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6483b9

Browse files
committed
add typeshed
1 parent 74a918f commit e6483b9

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
@@ -241,6 +241,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
241241
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
242242
* Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
243243
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
244+
* [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
244245
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
245246
* Static Type Annotations Generators
246247
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types

0 commit comments

Comments
 (0)