Add pylint to .github/PULL_REQUEST_TEMPLATE.md's checklist.

This commit is contained in:
Davide Casale
2023-03-08 22:00:50 +01:00
parent 08af0c8c90
commit ac08071ab1

View File

@@ -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;