Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca8f1c commit f938c18Copy full SHA for f938c18
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