[tox]
envlist = py
skipsdist = true
[testenv]
deps =
black
ruff
pytest
maturin
commands_pre =
{envbindir}/maturin develop --features pybindings
commands =
{envbindir}/python -m black --check pytests/
{envbindir}/python -m ruff check pytests/
{envbindir}/python -m pytest pytests/