mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-29 03:24:22 +01:00
Add pylint to .github/PULL_REQUEST_TEMPLATE.md's checklist.
This commit is contained in:
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user