mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
Merge pull request #1349 from sobolevn/patch-2
Adds awesome-python-typing link
This commit is contained in:
commit
15f512a410
|
@ -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 New Issue
Block a user