Dave Bunten

Results 61 issues of Dave Bunten

I've noticed that using `poetry run cz bump` sometimes results in a warning and no changes applied with message: ```text [NO_COMMITS_TO_BUMP] The commits found are not eligible to be bumped...

enhancement

> I like the language additions here. I wonder if we should include a maintainer offboarding process as well. > I imagine this would be a voluntary decision, but are...

I noticed we have some nice docs within the primary readme and under the `docs/` directory. It might be nice for the package audience to consume this information through a...

documentation

Thank you for the fantastic work on this project - it's a pleasure to use! I found myself wanting to use the ome-zarr format through zarr group members that represent...

Thanks for the great work on this project - it's super useful! I noticed recently that I had somehow forgotten to add the following configuration to my `pyproject.toml`: ```toml [build-system]...

**Related issues** Fixes: #491 **Describe the changes made in this pull request** This PR adds funding details to the schema so that structured details about how projects are supported financially...

In working on [`manubot-ai-editor`](https://github.com/manubot/manubot-ai-editor) I noticed that only individuals are maintainers. Given there are multiple Python packages on PyPI related to the `manubot` family it could be useful to leverage...

### Brief summary of the change made This PR adds a new check for explicit `ORDER BY` when using `LIMIT` or `OFFSET`. When `LIMIT` or `OFFSET` are used without `ORDER...

minor release

[Python 3.14 is now available](https://docs.python.org/3/whatsnew/3.14.html) and we can add compatibility with this.

dependencies

This PR updates the project to allow Dependabot updates to apply pre-commit updates (where otherwise these must be performed manually).