1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Merge pull request #952 from nnikolic72/add_mypy

Added mypy and Static Type Checker section
This commit is contained in:
Vinta 2017-10-15 02:40:47 -05:00 committed by GitHub
commit fb4c1e65b9

View file

@ -240,6 +240,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
* [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.
* [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.
## Command-line Tools