Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 445 Bytes

File metadata and controls

8 lines (7 loc) · 445 Bytes

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)?