diff options
author | Derek P Sifford <dereksifford@gmail.com> | 2018-07-01 15:14:13 -0400 |
---|---|---|
committer | Derek P Sifford <dereksifford@gmail.com> | 2018-07-01 15:14:13 -0400 |
commit | 23394bf4a5c7f38687ddd5c9794538dd4e07717e (patch) | |
tree | 83b3e0f98abe0a896e54fe36217ad38dfa5cae9f | |
parent | ea6d720fecaf79b508535b9e82ecbb0eda0346b6 (diff) | |
download | ale-23394bf4a5c7f38687ddd5c9794538dd4e07717e.zip |
add pyre to table in doc/ale.txt
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1cc7a62e..d6b46ab0 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -391,7 +391,7 @@ Notes: * proto: `protoc-gen-lint` * Pug: `pug-lint` * Puppet: `puppet`, `puppet-lint` -* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pylint`!!, `yapf` +* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pyre`, `pylint`!!, `yapf` * QML: `qmlfmt`, `qmllint` * R: `lintr` * ReasonML: `merlin`, `ols`, `refmt` |