Skip to content

Development

Running Tests

pip install -e ".[test]"
pytest
pytest --cov=daimyo

Code Quality

mypy daimyo
ruff check daimyo
ruff format daimyo

License

MIT