Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 435 Bytes

File metadata and controls

27 lines (18 loc) · 435 Bytes

Contributing

Sidemantic is primarily developed by Sidequery Corporation. We're not actively seeking external contributions at this time.

If you find bugs, please open an issue with reproduction steps.

Development Setup

uv sync --all-extras
uv run pytest

Running Tests

uv run pytest -v

Code Style

We use ruff for linting and formatting:

uv run ruff check .
uv run ruff format .