We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running ruff on the pre-commit job on the GitHub CI.
- id: ruff name: Ruff entry: uv run ruff args: ["check", "--fix"] types: [python] language: system - id: ruff-format name: Ruff Format entry: uv run ruff args: [format] language: system types: [python]
But it causes this:
Using uvx doesn't solve the issue, it just changes the message to get the tools cache.
uvx
How can I not see the warning?
The text was updated successfully, but these errors were encountered:
I don't think this message should be user-facing \cc @zanieb
Sorry, something went wrong.
We do use the --verbose flag on pre-commit. FYI
--verbose
pre-commit
Yeah idk why this is user-facing, maybe because it could take a while?
Do not use a user-facing warning for "Waiting to acquire lock..." mes…
8b830de
…sage (#7502) Closes #7489
Successfully merging a pull request may close this issue.
I'm running ruff on the pre-commit job on the GitHub CI.
But it causes this:
Using
uvx
doesn't solve the issue, it just changes the message to get the tools cache.How can I not see the warning?
The text was updated successfully, but these errors were encountered: