We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fca8f1c + f938c18 commit fb4c1e6Copy full SHA for fb4c1e6
README.md
@@ -240,6 +240,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
240
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
241
* [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.
242
* [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.
245
246
## Command-line Tools
247
0 commit comments