Skip to content

Commit

Permalink
docs(dev): update maintainers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 4, 2024
1 parent 06d62bd commit 46837be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/contribute/04_maintainers_guide.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Ibis maintainers are expected to handle the following tasks as they arise:

## Dependencies

A number of tasks that are typically associated with maintenance are partially or fully automated.

- [WhiteSource Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/) (Python library dependencies and GitHub Actions)
- [Custom GitHub Action](https://github.com/ibis-project/ibis/actions/workflows/update-deps.yml) (Nix dependencies)
Dependency updates are automated using [Mend Renovate](https://www.mend.io/renovate/).

### poetry

Occasionally you may need to lock [`poetry`](https://python-poetry.org) dependencies. Edit `pyproject.toml` as needed, then run:

```sh
poetry lock --no-update
poetry export --extras all --with dev --with test --with docs --without-hashes --no-ansi > requirements-dev.txt
```

The second step updates `requirements-dev.txt` for developers using `pip`.

## Adding examples

If you're not a maintainer, please open an issue asking us to add your example.
Expand Down

0 comments on commit 46837be

Please sign in to comment.