Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 237 Bytes

development.md

File metadata and controls

18 lines (14 loc) · 237 Bytes

Development

Requires Python 3.11 and higher.

Create venv and then install requirements:

pip install -e .[test]

Install pre-commit hooks:

pre-commit install

Run tests:

pytest tests