mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05: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
|
* Code Formatters
|
||||||
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
|
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
|
||||||
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
|
* [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.
|
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
|
||||||
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
|
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
|
||||||
* Static Type Annotations Generators
|
* Static Type Annotations Generators
|
||||||
|
|
Loading…
Reference in a new issue