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
--format
--output-format
When I run pylint-to-ruff with Ruff 0.1.14, I get the following warning on stderr before the TOML output:
pylint-to-ruff
stderr
warning: The `--format` argument is deprecated. Use `--output-format` instead.
This isn't a major issue, but it would be nice to auto-detect the version of Ruff and use the appropriate option.
The text was updated successfully, but these errors were encountered:
I should know, I wrote the PR that added the warning... 😂
Sorry, something went wrong.
I didn't notice that! In that case you're clearly the best person to address it here 😄
Fixed – will be released in 0.3.0 Any Moment Now :)
Thanks for the report!
Successfully merging a pull request may close this issue.
When I run
pylint-to-ruff
with Ruff 0.1.14, I get the following warning onstderr
before the TOML output:This isn't a major issue, but it would be nice to auto-detect the version of Ruff and use the appropriate option.
The text was updated successfully, but these errors were encountered: