Skip to content

Commit 1fa676f

Browse files
authored
Upgrade cspell to v10.0.0 (RustPython#7696)
* Update cspell to `v10.0.0` * Force node version to be 24 * Ensure node24 * Disable cache
1 parent 5648a33 commit 1fa676f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
CARGO_PROFILE_DEV_DEBUG: 0
3434
CARGO_PROFILE_RELEASE_DEBUG: 0
3535
CARGO_TERM_COLOR: always
36-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' # TODO: Remove on 2026/06/02
36+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # TODO: Remove on 2026/06/02
3737

3838
jobs:
3939
rust_tests:
@@ -411,6 +411,12 @@ jobs:
411411
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
412412
path: ~/.cache/prek
413413

414+
# TODO: Remove on 2026/06/02 when node24 is the default
415+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
416+
with:
417+
package-manager-cache: false
418+
node-version: "24"
419+
414420
- name: prek
415421
id: prek
416422
uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
priority: 1 # so rustfmt runs first
5151

5252
- repo: https://github.com/streetsidesoftware/cspell-cli
53-
rev: v9.7.0
53+
rev: v10.0.0
5454
hooks:
5555
- id: cspell
5656
types: [rust]

0 commit comments

Comments
 (0)