diff options
author | Martino Pilia <martino.pilia@gmail.com> | 2019-01-26 11:48:03 +0100 |
---|---|---|
committer | Martino Pilia <martino.pilia@gmail.com> | 2019-01-26 11:48:03 +0100 |
commit | 0a5de2b42b3b8774b7aa12f028544ac3f81b8830 (patch) | |
tree | 2dc023879cd84e2476fa6ddbccd5c2b0cad60ed3 /doc/ale.txt | |
parent | f12d312aa4aa49c4698056933030cd5adb60b489 (diff) | |
download | ale-0a5de2b42b3b8774b7aa12f028544ac3f81b8830.zip |
Add bandit linter for Python
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index ac71ab83..efdc2096 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -257,6 +257,7 @@ CONTENTS *ale-contents* cython..............................|ale-pyrex-cython| python................................|ale-python-options| autopep8............................|ale-python-autopep8| + bandit..............................|ale-python-bandit| black...............................|ale-python-black| flake8..............................|ale-python-flake8| isort...............................|ale-python-isort| @@ -484,7 +485,7 @@ Notes: * proto: `protoc-gen-lint` * Pug: `pug-lint` * Puppet: `languageserver`, `puppet`, `puppet-lint` -* Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pydocstyle`, `pyls`, `pyre`, `pylint`!!, `vulture`!!, `yapf` +* Python: `autopep8`, `bandit`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pydocstyle`, `pyls`, `pyre`, `pylint`!!, `vulture`!!, `yapf` * QML: `qmlfmt`, `qmllint` * R: `lintr` * Racket: `raco` |