• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

crate-ci / cargo-release / 33043986328
9%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2026 05:58AM UTC
Jobs 1
Files 24
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Aug 2026 05:54AM UTC coverage: 9.271% (+0.04%) from 9.232%
33043986328

push

github

web-flow
chore(deps): Update Prek to v0.5.0 (#1013)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | minor | `0.4.14` →
`0.5.0` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.5.0`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#050)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.4.14...v0.5.0)

Released on 2026-08-27.

##### Highlights

##### Choose where hook toolchains come from

`language_version` now accepts a source `preference` alongside the
version
`request`, letting you control where prek looks for a compatible
toolchain when
it creates a hook environment. Use `managed` (the default) or `system`
to choose
which source prek tries first while still allowing fallback and
downloads. Use
`only-managed` or `only-system` to require one source.

For example, this local Ruff hook requires a Python 3.12 toolchain
managed by
prek:

```yaml
repos:
  - repo: local
    hooks:
      - id: ruff
        name: ruff
        language: python
        entry: ruff check
        additional_dependencies: [ruff]
        language_version:
          request: "3.12"
          preference: only-managed
```

With `only-managed`, prek reuses a compatible toolchain from its managed
store
or downloads one when needed. It never falls back to Python from `PATH`,
an OS
package manager, or a version manager, so toolchain selection does not
depend on
the developer or CI machine's external environment.

Existing scalar values such as `language_version: "3.12"` continue to
work. See
[toolchain management and
`language_version`](https://prek.j178.dev/0.5.0/languages/#toolchain-management-and-language_version)
for the full source-selection behavior.
([#&#8203;2613](https://redirect.github.com/j178/prek/pull/2613))

##### Breaking changes

The breaking changes in this release are mostly small cleanups, and most
users should not be affected.

... (continued)

239 of 2578 relevant lines covered (9.27%)

0.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33043986328.1 27 Aug 2026 05:58AM UTC 24
9.27
GitHub Action Run
Source Files on build 33043986328
  • Tree
  • List 24
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0ada6a8c on github
  • Prev Build on master (#32418682973)
  • Next Build on master (#33462039293)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc