Skip to content

Commit a761b8c

Browse files
Update pre-commit dependencies (#18172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micha Reiser <micha@reiser.io>
1 parent 8c020cc commit a761b8c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,10 @@ jobs:
731731
with:
732732
persist-credentials: false
733733
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
734+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
735+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
736+
with:
737+
node-version: 22
734738
- name: "Cache pre-commit"
735739
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
736740
with:

.markdownlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ MD024:
2929
#
3030
# Ref: https://github.com/astral-sh/ruff/pull/15011#issuecomment-2544790854
3131
MD046: false
32+
33+
# Link text should be descriptive
34+
# Disallows link text like *here* which is annoying.
35+
MD059: false

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
)$
4444
4545
- repo: https://github.com/igorshubovych/markdownlint-cli
46-
rev: v0.44.0
46+
rev: v0.45.0
4747
hooks:
4848
- id: markdownlint-fix
4949
exclude: |
@@ -80,7 +80,7 @@ repos:
8080
pass_filenames: false # This makes it a lot faster
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: v0.11.9
83+
rev: v0.11.10
8484
hooks:
8585
- id: ruff-format
8686
- id: ruff

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,7 @@ Then convert the recorded profile
610610
perf script -F +pid > /tmp/test.perf
611611
```
612612

613-
You can now view the converted file with [firefox profiler](https://profiler.firefox.com/), with a
614-
more in-depth guide [here](https://profiler.firefox.com/docs/#/./guide-perf-profiling)
613+
You can now view the converted file with [firefox profiler](https://profiler.firefox.com/). To learn more about Firefox profiler, read the [Firefox profiler profiling-guide](https://profiler.firefox.com/docs/#/./guide-perf-profiling).
615614

616615
An alternative is to convert the perf data to `flamegraph.svg` using
617616
[flamegraph](https://github.com/flamegraph-rs/flamegraph) (`cargo install flamegraph`):

0 commit comments

Comments
 (0)