diff options
author | Matt Black <github@mafro.net> | 2019-03-31 07:36:02 +1100 |
---|---|---|
committer | Matt Black <github@mafro.net> | 2019-03-31 07:36:02 +1100 |
commit | 5fe45f32199949b6eddfc0da57dd4840ee67d385 (patch) | |
tree | 0d2c5706985b250274cbfbb0dd8a3aca7cb7419f | |
parent | 89273b65b8de9d3d428e7b1f5c0c347938f5a863 (diff) | |
download | ale-5fe45f32199949b6eddfc0da57dd4840ee67d385.zip |
Pyflakes is supported
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 0f60c4ce..d2010e03 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -346,6 +346,7 @@ formatting. * [prospector](https://github.com/PyCQA/prospector) :warning: * [pycodestyle](https://github.com/PyCQA/pycodestyle) :warning: * [pydocstyle](https://www.pydocstyle.org/) :warning: + * [pyflakes](https://github.com/PyCQA/pyflakes) * [pylama](https://github.com/klen/pylama) :floppy_disk: * [pylint](https://www.pylint.org/) :floppy_disk: * [pyls](https://github.com/palantir/python-language-server) :warning: |