Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.1 KB

File metadata and controls

32 lines (23 loc) · 1.1 KB

Repository-local references:

Summary

  • Describe the user-facing or engineering goal of this change.

Changes

  • List the most important implementation changes.

Validation

  • uv run ruff format --check .
  • uv run ruff check .
  • uv run pyright
  • uv run pytest --cov=excelalchemy --cov-report=term-missing:skip-covered tests

Checklist

  • I updated documentation when behavior, workflows, or design changed.
  • I updated the relevant repository-local knowledge docs listed above, following docs/documentation-maintenance-checklist.md.
  • I did not include generated files or local-only artifacts.
  • I confirmed this change does not require additional release steps.