-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Some options are not parsed correctly from setup.cfg #3630
Comments
Are you sure |
@AWhetter thanks for the pointer: I indeed tried removing the As for Maybe someone should update the doc (or the code) to make this clear? |
Where is the documentation recommending |
Co-authored-by: Daniël van Noord <[email protected]>
…pylint-dev#6577) Co-authored-by: Daniël van Noord <[email protected]>
Co-authored-by: Daniël van Noord <[email protected]>
With this recent PR, pylint is supposed to support loading options through
setup.cfg
.I am finding that while it loads some options fine, it fails to load many options (a little unclear on why, but it seems to come down to the section where they are defined). E.g, this works:
This does not:
Oddly, this does:
But neither of these two works:
and yet, this works:
All these options work fine if I add them to a
pylintrc
file, so it does not seem to be an issue of format.I have looked through the code a bit (which is how I was able to figure out that
load-plugins
worked with the short section name), but I cannot figure out what it is doing with these missingFORMAT
options…The text was updated successfully, but these errors were encountered: