chore: sync with WeblateOrg/meta - #601
Conversation
|
You have reached your Codex usage limits for security reviews. Please try again later. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc9b558f04
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if test -f pyproject.toml ; then | ||
| echo "method=pep735" >> "$GITHUB_OUTPUT" | ||
| else | ||
| echo "method=uvx" >> "$GITHUB_OUTPUT" |
There was a problem hiding this comment.
Keep honoring the pinned lint requirements
In this repository, requirements-lint.txt pins prek==0.4.13 and there is no pyproject.toml, so this detector now routes every CI run to uvx prek and silently bypasses the only declared lint dependency. The installed uvx --help documents --with-requirements as the option for installing packages from a requirements file, but the workflow does not use it; consequently CI resolves an unconstrained prek version while Renovate continues updating a file that no longer affects the checks. Retain the requirements-based dispatch or otherwise preserve the declared pin.
Useful? React with 👍 / 👎.
Automated sync with WeblateOrg/meta.