rjgoyln opened a new pull request, #72106: URL: https://github.com/apache/airflow/pull/72106
## Summary click 8.5.0, released today, adds a `help` field to `click.Argument.to_info_dict()` — the dict breeze hashes to detect command drift. Every breeze command that declares a positional argument therefore hashes differently than when the stored values were generated, and because `update-breeze-cmd-output` runs with `pass_filenames: false`, CI evaluates it tree-wide and fails static checks on every open PR regardless of what that PR touches. Regenerating is the maintenance action this drift calls for. The 38 files here are exactly the commands taking a positional argument; no group-level hash moved, and `SHOW_ARGUMENTS = False` keeps the new field out of the rendered help, so the screenshots are untouched. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
