From ac08071ab1748987c6aec6bdc023808707f2577b Mon Sep 17 00:00:00 2001 From: Davide Casale Date: Wed, 8 Mar 2023 22:00:50 +0100 Subject: [PATCH] Add pylint to .github/PULL_REQUEST_TEMPLATE.md's checklist. --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index da17065..a6d5024 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,5 +26,6 @@ PR fixes the following issue: - [ ] My changes generate no new warnings; - [ ] I have added tests that prove my fix is effective or that my feature works; - [ ] New and existing unit tests pass locally with my changes; -- [ ] Mypy does not return any errors or warnings if runned on the root package; +- [ ] Mypy returns no errors or warnings when run on the root package; +- [ ] Pylint returns a score of 10.00/10.00 when run on the root package; - [ ] I have updated the library version and updated the CHANGELOG; \ No newline at end of file