test:
    uv run pytest -q

test-ci:
    uv run pytest -q -m "not needs_openscad"

lint:
    uv run ruff check .

run *args:
    uv run scad2step {{args}}
