Conversation
Zeitsperre
approved these changes
Feb 25, 2026
Collaborator
|
The failures on Python 3.14 are fixed in the cookiecutter. I can open a PR today for it. |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Co-authored-by: RondeauG <38501935+RondeauG@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
for more information, see https://pre-commit.ci
### What kind of change does this PR introduce? * Fast-forwards the cookiecutter * Updates several dependencies * Python3.14 is now supported on CI * `pre-commit` has been replaced by `prek` ### Does this PR introduce a breaking change? Yes. This changes a few things around when it comes to dependency management: - Development dependency recipes are now only available when examining the source code of the project. The `dev`, `docs`, `tox`, `lint`, and `test` recipes can be installed via: ```shell python -m pip install --group group_name ``` This was done to help prevent development dependencies from being bundled with `sdist` and `wheel` packages. - There is now a DCO file. This is a bit contentious as far as changes go, but this has been a standard for contributions for several decades now in other organizations/projects. It may be interesting to consider as generative AI becomes more ubiquitous in PRs. - `prek` is a fully-compatible Rust-based re-implementation of `pre-commit`. Existing `pre-commit` installations will work as intended, but new environments will come with `prek` from now on. Refer to the contributing documentation for more information. ### Other information: https://peps.python.org/pep-0735/ https://developercertificate.org/ https://prek.j178.dev/
RondeauG
commented
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist:
make initialize-translations/make-translations.bathas been run and translations have been updated.number) and pull request (:pull:number) has been added.What kind of change does this PR introduce?
Does this PR introduce a breaking change?
leafmapan optional dependency when using PyPI, until one of its dependency is updated.Other information:
This PR contains the changes from #411 as well.