Check this points if you want to do a pull request :
- Is my code written in PEP8?
- Are the tests passing (
make test)? - Is my feature or bug fix unit tested?
- Does each of my commits represent an atomic functionality or bug fix?
- Is my feature or bug fix related to an issue?
- Are the pre-commit checks set up and passing (
make pre-commit-install pre-commit)?