Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 478 Bytes

pull_request_template.md

File metadata and controls

15 lines (12 loc) · 478 Bytes

Code linters/formatters

  • PyCharm inspection passed on changed files (or any local IDE)
  • pylint inspection executed and passed on changed files
  • mypy inspection executed and passed on changed files
  • Black code formatter executed and passed on changed files

Documentation

  • Documentation / README.md has been updated

Tests

  • Tests have been added to cover the changes
  • All tests passed

Other code changes

  • The soul is pure