mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Merge pull request #1010 from night-crawler/master
Added MonkeyType to 'Code Analysis and Linter'
This commit is contained in:
commit
ecc274cb1f
|
@ -242,6 +242,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.
|
||||
* Static Type Checker
|
||||
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
|
||||
* Static Type Annotations Generators
|
||||
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
|
||||
|
||||
## Command-line Tools
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user