Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 407 Bytes

Contributing 🌳

Getting started

make install creates the dev environment with:

  • a virtualenv in .venv/
  • pyright in node_modules/
  • git hooks for formatting & linting on git push

. .venv/bin/activate activates the virtualenv.

The make targets will update the virtualenv when pyproject.toml changes.

Usage

Run make to see the options for running tests, linting, formatting etc.