Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 924 Bytes

File metadata and controls

33 lines (23 loc) · 924 Bytes

Description

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • New procedure preset
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Tests / CI improvement

How has this been tested?

pytest tests/ -x
ruff check . && ruff format --check .

Checklist

  • My code follows the project's style guidelines (ruff check passes)
  • I have added tests that cover my changes
  • All new and existing tests pass locally
  • I have updated documentation if needed
  • My changes generate no new warnings

Related issues