Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 385 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 385 Bytes

Contributing to einspect

  • Pull requests and issues are welcome!

Build and testing

  • Fork and clone einspect to start making PRs
  • We use poetry for package management, run the following to install dev dependencies
poetry install
  • Installing pre-commit hooks is recommended
pre-commit install
  • Running pytest tests
poetry run pytest tests