Commit 9bf53b3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments