File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ If the respective dependencies are found, the following optional providers will
2222- [ pydocstyle] ( https://github.com/PyCQA/pydocstyle ) linter for docstring style checking (disabled by default)
2323- [ autopep8] ( https://github.com/hhatto/autopep8 ) for code formatting
2424- [ YAPF] ( https://github.com/google/yapf ) for code formatting (preferred over autopep8)
25+ - [ flake8] ( https://github.com/pycqa/flake8 ) for error checking (disabled by default)
26+ - [ pylint] ( https://github.com/PyCQA/pylint ) for code linting (disabled by default)
27+ - [ preload] ( https://github.com/tfiers/preload ) for heavy modules (not included by default)
2528
2629Optional providers can be installed using the ` extras ` syntax. To install [ YAPF] ( https://github.com/google/yapf ) formatting for example:
2730
You can’t perform that action at this time.
0 commit comments