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
ruff rule
PLR6301
With ruff==0.0.292, it seems PLR6301 from ruff rule --all --format=json has "preview": False. I think it should be True per https://docs.astral.sh/ruff/rules/no-self-use/
ruff==0.0.292
ruff rule --all --format=json
"preview": False
True
This rule is unstable and in preview.
The text was updated successfully, but these errors were encountered:
Consider nursery rules to be in-preview for ruff rule (#7812)
a0c846f
## Summary We treat these rules as `preview` elsewhere, so adding `preview: false` to the JSON and such seems like an error. Closes #7804.
charliermarsh
Successfully merging a pull request may close this issue.
With
ruff==0.0.292
, it seemsPLR6301
fromruff rule --all --format=json
has"preview": False
. I think it should beTrue
per https://docs.astral.sh/ruff/rules/no-self-use/The text was updated successfully, but these errors were encountered: