Skip to content

Contributing

See CONTRIBUTING.md for full guidelines.

Quick setup

git clone https://github.com/turnert2005/artefex.git
cd artefex
pip install -e ".[dev]"
pytest tests/ -v

Finding work

Before submitting

pytest tests/ -v              # all tests pass
ruff check src/ tests/        # no lint errors