Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 436 Bytes

File metadata and controls

24 lines (17 loc) · 436 Bytes

Contributing

Thanks for contributing to CodexOpt.

Development Setup

uv lock
uv sync --extra dev

Run Checks

uv run --no-sync ruff check src tests
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 uv run --no-sync pytest -q
uv build

Pull Requests

  • Keep changes scoped and include tests when behavior changes.
  • Update README.md and/or CHANGELOG.md when relevant.
  • Ensure CI passes before requesting review.