Skip to content

Commit 40507e0

Browse files
⬆️🪝 Update pre-commit hook scientific-python/cookie to v2025.11.07 (#509)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scientific-python/cookie](https://redirect.github.com/scientific-python/cookie) | repository | minor | `2025.10.20` -> `2025.11.07` | 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.07`](https://redirect.github.com/scientific-python/cookie/releases/tag/2025.11.07) [Compare Source](https://redirect.github.com/scientific-python/cookie/compare/2025.10.20...2025.11.07) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - feat: adding mkdocs into guides and cookiecutter template by [@&#8203;Samreay](https://redirect.github.com/Samreay) in [#&#8203;662](https://redirect.github.com/scientific-python/cookie/pull/662) - feat: add more Ruff checks, and a helper script by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;670](https://redirect.github.com/scientific-python/cookie/pull/670) - feat: integrate helper into package properly by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;675](https://redirect.github.com/scientific-python/cookie/pull/675) - feat: check for dev dependency-group by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;673](https://redirect.github.com/scientific-python/cookie/pull/673) - feat: list Requires-Python too by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;669](https://redirect.github.com/scientific-python/cookie/pull/669) - feat: note rules not followed in ruff description by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;667](https://redirect.github.com/scientific-python/cookie/pull/667) - fix(pre-commit): only show errors by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;665](https://redirect.github.com/scientific-python/cookie/pull/665) - fix: helper should sort and printout was missing sometimes by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;674](https://redirect.github.com/scientific-python/cookie/pull/674) - fix: include markdownlint-cli2 by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;672](https://redirect.github.com/scientific-python/cookie/pull/672) - fix: make standalone helper a little nicer before removing it by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;676](https://redirect.github.com/scientific-python/cookie/pull/676) - fix: use FA instead of adding import via isort by [@&#8203;henryiii](https://redirect.github.com/henryiii) in [#&#8203;666](https://redirect.github.com/scientific-python/cookie/pull/666) #### New Contributors - [@&#8203;Samreay](https://redirect.github.com/Samreay) made their first contribution in [#&#8203;662](https://redirect.github.com/scientific-python/cookie/pull/662) **Full Changelog**: <scientific-python/cookie@2025.10.20...2025.11.07> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwcmUtY29tbWl0Il19--> 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 872a9c6 commit 40507e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.10.20
122+
rev: 2025.11.07
123123
hooks:
124124
- id: sp-repo-review
125125
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)