We welcome contributions!
Setup
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'Run Checks
# Lint & Format
flake8 plugin
black --check plugin tests
# Tests
pytest -q-
GitHub Actions runs:
flake8black --checkpytest(with coverage)
-
Python versions: 3.8–3.12