diff --git a/README.md b/README.md index 16948e56..4fe74032 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ If the respective dependencies are found, the following optional providers will - [pydocstyle](https://github.com/PyCQA/pydocstyle) linter for docstring style checking (disabled by default) - [autopep8](https://github.com/hhatto/autopep8) for code formatting - [YAPF](https://github.com/google/yapf) for code formatting (preferred over autopep8) +- [flake8](https://github.com/pycqa/flake8) for error checking (disabled by default) +- [pylint](https://github.com/PyCQA/pylint) for code linting (disabled by default) +- [preload](https://github.com/tfiers/preload) for heavy modules (not included by default) Optional providers can be installed using the `extras` syntax. To install [YAPF](https://github.com/google/yapf) formatting for example: