From 61a877f5bca7fafdb7f6aee9083c790aeffe6a20 Mon Sep 17 00:00:00 2001 From: Bagel Jr <57874654+bageljrkhanofemus@users.noreply.github.com> Date: Wed, 30 Mar 2022 13:31:17 -0500 Subject: [PATCH 1/2] Add plugins for pylint and flake8 to readme Not sure if I should add since it isn't in extras. - [preload](https://github.com/tfiers/preload) for heavy modules --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16948e56..10311e74 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ 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) Optional providers can be installed using the `extras` syntax. To install [YAPF](https://github.com/google/yapf) formatting for example: From a959ec3fd28f4df0b88621b01d3604137369d747 Mon Sep 17 00:00:00 2001 From: Bagel Jr <57874654+bageljrkhanofemus@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:13:52 -0500 Subject: [PATCH 2/2] add preload --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10311e74..4fe74032 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If the respective dependencies are found, the following optional providers will - [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: