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).
241
241
* [ yapf] ( https://github.com/google/yapf ) - Yet another Python code formatter from Google.
242
242
* Static Type Checkers, also see [ awesome-python-typing] ( https://github.com/typeddjango/awesome-python-typing )
243
243
* [ 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.
244
245
* [ pyre-check] ( https://github.com/facebook/pyre-check ) - Performant type checking.
245
246
* Static Type Annotations Generators
246
247
* [ 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