-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
[pylint
] Add allow-dunder-method-names
setting for bad-dunder-method-name
(PLW3201
)
#8812
[pylint
] Add allow-dunder-method-names
setting for bad-dunder-method-name
(PLW3201
)
#8812
Conversation
d5b114c
to
b9b5c6e
Compare
|
The related settings section is generated on build e.g. ruff/crates/ruff_dev/src/generate_docs.rs Lines 100 to 125 in 14e65af
|
Huh, I thought I executed that script. anyway, that indeed fixed the problem of the broken linking. Still no idea why the link from the rules page to the settings page isn't generated, but that's unrelated to this PR anyway.. |
b9b5c6e
to
a454793
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
pylint
] Add allow-dunder-method-names
setting for bad-dunder-method-name
(PLW3201
)
closes #8732
I noticed that the reference to the setting in the rule docs doesn't work, but there seem to be something wrong with pylint settings in general in the docs - the "For related settings, see ...." is also missing there.