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

rust-cli / anstyle / 33041123288
57%

Build:
DEFAULT BRANCH: main
Ran 27 Aug 2026 05:01AM UTC
Jobs 1
Files 52
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:00AM UTC coverage: 57.373%. Remained the same
33041123288

push

github

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

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)

1677 of 2923 relevant lines covered (57.37%)

2.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33041123288.1 27 Aug 2026 05:01AM UTC 52
57.37
GitHub Action Run
Source Files on build 33041123288
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 04137869 on github
  • Prev Build on main (#32423078065)
  • 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