Skip to content

Commit 52b684d

Browse files
authored
Add plugins for pylint and flake8 to readme (#187)
1 parent c99ef24 commit 52b684d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2629
Optional providers can be installed using the `extras` syntax. To install [YAPF](https://github.com/google/yapf) formatting for example:
2730

0 commit comments

Comments
 (0)