This repository was archived by the owner on Jul 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
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
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$
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments