Skip to content

Commit fb4c1e6

Browse files
authored
Merge pull request vinta#952 from nnikolic72/add_mypy
Added mypy and Static Type Checker section
2 parents fca8f1c + f938c18 commit fb4c1e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
240240
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
241241
* [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.
242242
* [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.
243+
* Static Type Checker
244+
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
243245

244246
## Command-line Tools
245247

0 commit comments

Comments
 (0)