Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 831 Bytes

File metadata and controls

36 lines (27 loc) · 831 Bytes

Summary

Changes

Type

  • Bug fix
  • New feature
  • Documentation
  • Refactoring / code quality
  • Test coverage
  • CI / infrastructure

Testing

  • pytest tests/ passes
  • ruff check . passes
  • ruff format --check . passes
  • New tests added for changed code
  • forgelm --config config_template.yaml --dry-run works

Checklist

  • My code follows the project's style (ruff formatted)
  • I've updated documentation if needed
  • I've added tests for new functionality
  • No new dependencies added (or added as optional: pip install forgelm[...])
  • Config template (config_template.yaml) updated if new config fields added