Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.04 KB

File metadata and controls

39 lines (30 loc) · 1.04 KB

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
  • python -m forgelm --config config_template.yaml --dry-run works (the python -m form is deliberate: a console script's sys.path[0] is its own bin/ directory, so plain forgelm … validates whatever is installed in site-packages rather than your working tree)

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