Conversation
While `anstyle` isn't targeting being a styling crate, only style definitions, this is a nice convenience when you don't need a lot of styling features.
epage
pushed a commit
that referenced
this pull request
May 1, 2026
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.5` → `0.3.6` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.3.6`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#036) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.3.5...v0.3.6) Released on 2026-03-16. ##### Enhancements - Allow selectors for hook ids containing colons ([#​1782](https://redirect.github.com/j178/prek/pull/1782)) - Rename `prek install-hooks` to `prek prepare-hooks` and `prek install --install-hooks` to `prek install --prepare-hooks` ([#​1766](https://redirect.github.com/j178/prek/pull/1766)) - Retry auth-failed repo clones with terminal prompts enabled ([#​1761](https://redirect.github.com/j178/prek/pull/1761)) ##### Performance - Optimize `detect_private_key` by chunked reading and using aho-corasick ([#​1791](https://redirect.github.com/j178/prek/pull/1791)) - Optimize `fix_byte_order_marker` by shifting file contents in place ([#​1790](https://redirect.github.com/j178/prek/pull/1790)) ##### Bug fixes - Align stage defaulting behavior with pre-commit ([#​1788](https://redirect.github.com/j178/prek/pull/1788)) - Make sure child output is drained in the PTY subprocess ([#​1768](https://redirect.github.com/j178/prek/pull/1768)) - fix(golang): use `GOTOOLCHAIN=local` when probing system go ([#​1797](https://redirect.github.com/j178/prek/pull/1797)) ##### Documentation - Disambiguate “hook” terminology by renaming "Git hooks" to "Git shims" ([#​1776](https://redirect.github.com/j178/prek/pull/1776)) - Document compatibility with pre-commit ([#​1767](https://redirect.github.com/j178/prek/pull/1767)) - Update configuration.md with TOML 1.1 notes ([#​1764](https://redirect.github.com/j178/prek/pull/1764)) ##### Other changes - Sync latest identify tags ([#​1798](https://redirect.github.com/j178/prek/pull/1798)) ##### Contributors - [@​github-actions](https://redirect.github.com/github-actions) - [@​j178](https://redirect.github.com/j178) - [@​pcastellazzi](https://redirect.github.com/pcastellazzi) - [@​deadnews](https://redirect.github.com/deadnews) - [@​copilot-swe-agent](https://redirect.github.com/copilot-swe-agent) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (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/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
While
anstyleisn't targeting being a styling crate, only style definitions, this is a nice convenience when you don't need a lot of styling features.