mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
Adds awesome-python-typing link
This commit is contained in:
parent
7d0557ba09
commit
9cf00a5a33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue