Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1022 Bytes

File metadata and controls

25 lines (20 loc) · 1022 Bytes

Pull Request

Description

Briefly describe the changes introduced in this PR.

Related Issues Link any related issues (e.g., Issue #12).

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • This change requires a documentation update
  • Housekeeping

Checklist:

  • My code follows the ruff code style of this project.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • 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
    • poetry run pytest - all tests passed
    • poetry run ruff check - no linting errors