Skip to content

Commit 9bf53b3

Browse files
fix: add pyyaml to pkg-gen pre-commit hook dependencies
The verify_file_secrets_sync function imports yaml.safe_load but pyyaml was not listed in the pkg-gen hook's additional_dependencies, causing CI to fail with ModuleNotFoundError. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f10b850 commit 9bf53b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ repos:
5151
pass_filenames: false
5252
require_serial: true
5353
always_run: true
54+
additional_dependencies:
55+
- uv>=0.9.0
56+
- ruamel.yaml>=0.18.0
57+
- pyyaml>=6.0.2
5458

5559
- id: doc-gen
5660
name: Distribution Documentation

0 commit comments

Comments
 (0)