RoyLee1224 commented on code in PR #70120:
URL: https://github.com/apache/airflow/pull/70120#discussion_r3680726484
##########
.pre-commit-config.yaml:
##########
@@ -1019,7 +1019,10 @@ repos:
entry: ./dev/skill-evals/eval.py
language: node
language_version: '22.22.0'
- additional_dependencies: ['[email protected]',
'@anthropic-ai/[email protected]']
Review Comment:
Good point. I split Codex into a separate manual hook. The existing Claude
hook is unchanged, so Claude-only users get no additional download from this PR.
The Codex hook installs a newer SDK because promptfoo's bundled Codex binary
is signed with a revoked certificate and macOS blocks it. This is also reported
in [openai/codex #22135](https://github.com/openai/codex/issues/22135).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]