Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 730 Bytes

CONTRIBUTING

Start by searching through the issues and pull requests to see whether someone else has raised a similar idea or question. If you don't see your idea listed, open a pull request.

Maintenance Work

Update project dependencies

  • Change the version constraint in pyproject.toml. e.g. update pydeps' version from "^1.9.13" to "^1.9.14"
  • Run tests and check that everything looks fine
  • Rebuild your virtual environment:
    • rm -rf path_to_env to remove Poetry's current virtual environment
    • poetry install to create the new environment