Skip to content

Commit 2983c92

Browse files
committed
fix format
1 parent 8ae5c46 commit 2983c92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ repos:
2929
rev: v0.6.13
3030
hooks:
3131
- id: cmake-format
32+
# cmakelang is unmaintained and crashes under Python 3.14
33+
# ("Cannot use capturing groups in re.Scanner"). Pin this hook's
34+
# environment to 3.13 so it never picks up a 3.14 interpreter. The
35+
# code_quality CI job provisions Python 3.13 to match, so the hook
36+
# resolves to the running interpreter there.
37+
language_version: python3.12
3238

3339
- repo: https://github.com/pre-commit/mirrors-mypy
3440
rev: v1.18.2

0 commit comments

Comments
 (0)