File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments