Skip to content

Commit

Permalink
Merge pull request vinta#952 from nnikolic72/add_mypy
Browse files Browse the repository at this point in the history
Added mypy and Static Type Checker section
  • Loading branch information
vinta authored Oct 15, 2017
2 parents fca8f1c + f938c18 commit fb4c1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb4c1e6

Please sign in to comment.