Merge pull request #1349 from sobolevn/patch-2

Adds awesome-python-typing link
This commit is contained in:
Vinta Chen 2019-09-16 11:31:50 +08:00 committed by GitHub
commit 15f512a410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Code Formatters
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
* Static Type Checkers
* Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
* Static Type Annotations Generators