Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit a719e8b

Browse files
committed
chore: bump ruff, typos, gh-actions-updater pins
Routine upstream maintenance bumps surfaced by gh-actions-updater: ruff-pre-commit v0.15.12 → v0.15.13, typos v1.46.1 → v1.46.2, gh-actions-updater v0.1.1 → v0.1.2. CHANGELOG entry also documents the prior rustdoc-lint fix that landed in 8889c41.
1 parent 8889c41 commit a719e8b

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ repos:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.12
44+
rev: v0.15.13
4545
hooks:
4646
- id: ruff
4747
args: [--fix]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/crate-ci/typos
51-
rev: v1.46.1
51+
rev: v1.46.2
5252
hooks:
5353
- id: typos
5454
args: [--force-exclude]
@@ -61,7 +61,7 @@ repos:
6161

6262
# GitHub Actions pin maintenance
6363
- repo: https://github.com/Goldziher/gh-actions-updater
64-
rev: v0.1.1
64+
rev: v0.1.2
6565
hooks:
6666
- id: gh-actions-updater
6767

@@ -76,7 +76,7 @@ repos:
7676
# bad.sh is intentionally bad-formatted as a hook test fixture.
7777
exclude: ^hooks/.*/tests/bad\.
7878
- repo: https://github.com/kreuzberg-dev/pre-commit-hooks
79-
rev: v1.0.0
79+
rev: v1.1.11
8080
hooks:
8181
- id: oxfmt
8282
exclude: ^hooks/oxfmt/tests/bad\.ts$

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump pinned versions in `.pre-commit-config.yaml`: `astral-sh/ruff-pre-commit`
13+
`v0.15.12 → v0.15.13`, `crate-ci/typos` `v1.46.1 → v1.46.2`,
14+
`Goldziher/gh-actions-updater` `v0.1.1 → v0.1.2`. Routine upstream maintenance
15+
bumps via `gh-actions-updater`.
16+
1017
### Fixed
1118

19+
- `rustdoc-lint`: use renamed `rustdoc::broken_intra_doc_links` lint name.
20+
Rust nightly renamed `broken_intra_doc_links``rustdoc::broken_intra_doc_links`
21+
some releases back; the prior hook flag broke on current toolchains.
22+
(`hooks/rustdoc-lint/run.sh`)
23+
1224
- `php-cs-fixer`: discover `.php-cs-fixer.dist.php` / `.php-cs-fixer.php` by
1325
walking up from each input file's directory, not just the current working
1426
directory. Polyrepos that nest a PHP package inside a larger monorepo

0 commit comments

Comments
 (0)