diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-01-15 13:05:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-15 13:05:37 +0000 |
commit | 35bdd6f478493b3fcad6a21b19884cdfb7fff3ac (patch) | |
tree | b6c69703656b822d88b21d540c2e6328a34e6717 /README.md | |
parent | f1ac7c9f737b43c7de0715923b10c2be76cbc9ed (diff) | |
parent | 4566bd65c91d63056bb7801a1a6f5f3d39e11e3f (diff) | |
download | ale-35bdd6f478493b3fcad6a21b19884cdfb7fff3ac.zip |
Merge pull request #237 from keith/ks/mypy-linter
Add python mypy support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ name. That seems to be the fairest way to arrange this table. | PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) | | Pug | [pug-lint](https://github.com/pugjs/pug-lint) | | Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) | -| Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) | +| Python | [flake8](http://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/), [mypy](http://mypy-lang.org/) | | Ruby | [rubocop](https://github.com/bbatsov/rubocop) | | SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) | | SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint) | |