Skip to content

Commit c93e231

Browse files
⬆️🪝 Update pre-commit hook scientific-python/cookie to v2025.11.10 (#514)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scientific-python/cookie](https://redirect.github.com/scientific-python/cookie) | repository | patch | `2025.11.07` -> `2025.11.10` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>scientific-python/cookie (scientific-python/cookie)</summary> ### [`v2025.11.10`](https://redirect.github.com/scientific-python/cookie/releases/tag/2025.11.10) [Compare Source](https://redirect.github.com/scientific-python/cookie/compare/2025.11.07...2025.11.10) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - feat: support pytest 9's new config by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;681](https://redirect.github.com/scientific-python/cookie/pull/681) - fix: use `log_level` instead of `log_cli_level` by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;680](https://redirect.github.com/scientific-python/cookie/pull/680) - fix: better `"ALL"` behavior for sp-ruff-checks by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;677](https://redirect.github.com/scientific-python/cookie/pull/677) - fix: update pytest configuration tabs in documentation by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;684](https://redirect.github.com/scientific-python/cookie/pull/684) - docs: split up ruff config by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;682](https://redirect.github.com/scientific-python/cookie/pull/682) **Full Changelog**: <scientific-python/cookie@2025.11.07...2025.11.10> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/predictor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQyLjE2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInByZS1jb21taXQiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb68b0d commit c93e231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ repos:
119119

120120
# Check best practices for scientific Python code
121121
- repo: https://github.com/scientific-python/cookie
122-
rev: 2025.11.07
122+
rev: 2025.11.10
123123
hooks:
124124
- id: sp-repo-review
125125
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)