pip install -r dev-requirements.txt
python scripts/build.py
You need to build the add-on first:
python scripts/build.py
Then you can run mypy:
mypy
You need to build the add-on first:
python scripts/build.py
Then you can run pytest:
python -m pytest tests