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

rust-cli / roff-rs / 30129508225
67%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2026 10:01PM UTC
Jobs 1
Files 1
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

24 Jul 2026 09:58PM UTC coverage: 66.667%. Remained the same
30129508225

push

github

web-flow
chore(deps): Update Prek to v0.4.11 (#110)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.10` →
`0.4.11` |

---

### Release Notes

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

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

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

Released on 2026-07-25.

##### Highlights

- This release adds two new builtin hooks, `deny-pattern` and
`require-pattern`,
as native alternatives for `pygrep` use cases. `deny-pattern` fails when
a
configured pattern is found, while `require-pattern` ensures every
selected
  file contains a match. By matching natively without spawning a Python
subprocess, they run over 4x faster than `pygrep` in benchmarks. Note
that
  they use
[Rust `regex` syntax](https://docs.rs/regex/latest/regex/#syntax), which
does
  not support look-around features such as negative lookbehind.

- `prek run` now supports `--glob <PATTERN>` to run hooks on tracked
files
  matching a glob. It can be repeated or combined with `--files` and
  `--directory`.

- Hook priorities now support reusable aliases:

  ```toml
  [priorities]
  checks = 10

  [[repos]]
  repo = "builtin"
  hooks = [
    { id = "check-json", priority = "checks" },
    { id = "check-yaml", priority = "checks" },
  ]
  ```

  This makes parallel scheduling easier to read and maintain.

##### Enhancements

- Add `deny-pattern` and `require-pattern` builtin hooks
([#&#8203;2359](https://redirect.github.com/j178/prek/pull/2359))
- Support `--glob` patterns in `prek run`
([#&#8203;2381](https://redirect.github.com/j178/prek/pull/2381))
- Support reusable aliases for hook priorities
([#&#8203;2331](https://redirect.github.com/j178/prek/pull/2331))
- Implement `requirements-txt-fixer` as a builtin hook
([#&#8203;2390](https://redirect.github.com/j178/prek/pull/2390))
- Improve us... (continued)

64 of 96 relevant lines covered (66.67%)

2.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30129508225.1 24 Jul 2026 10:01PM UTC 1
66.67
GitHub Action Run
Source Files on build 30129508225
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e1f57818 on github
  • Prev Build on master (#29500087375)
  • 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