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
Hi team, about 7 hours ago Ruff was updated to the latest version: fbcc7f8
However, Ruff removed support for the --format argument breaking the latest version of this action: astral-sh/ruff#7984
--format
We get this error in all our actions that use this check:
+ ruff --version + ruff --format github '--ignore=E402' --fix '--line-length=90' text2song-service/ ruff 0.1.0 error: unexpected argument '--format' found
Proposed fix. Either:
Thanks for making this action!
The text was updated successfully, but these errors were encountered:
Thanks for the note! I'll get this fixed up and re-tagged
Sorry, something went wrong.
@main and @0.1.0 both should now be fixed up with the new flag!
@main
@0.1.0
No branches or pull requests
Hi team, about 7 hours ago Ruff was updated to the latest version: fbcc7f8
However, Ruff removed support for the
--format
argument breaking the latest version of this action: astral-sh/ruff#7984We get this error in all our actions that use this check:
Proposed fix. Either:
Thanks for making this action!
The text was updated successfully, but these errors were encountered: