Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 487 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (17 loc) · 487 Bytes

Development

This project is managed using Poetry. Development requires Python 3.9+.

  • If you want to take advantage of the default VSCode integration, then first configure Poetry to make its virtual environment in the repository:
    poetry config virtualenvs.in-project true
    
  • After cloning the repository, activate the tooling:
    poetry install
    poetry run pre-commit install
    
  • Run unit tests:
    poetry run pytest