Closed sanmai-NL closed 2 weeks ago
Thank you for opening the issue, I cannot reproduce. Both the disable in pyproject.toml and the command line should work (and the command line will takes precedence).
How can I trace which configuration objects are being applied?
Maybe in verbose mode, not sure. There's a bunch of place where a pylint conf file can be stored (home dir, repo root, etc.), but the command line option should always take precedence so I don't know where the problem is but probably not with a hidden conf file.
This issue is stale because it has been open 4 weeks with no activity. Remove 'Stale' label or comment or this will be closed in a week.
This issue was closed because it has been stalled for five weeks with no activity.
Not stale.
We can't reproduce so unless you can provide more info this is not actionable.
What additional info do you desire?
Best way out is if I could debug Pylints config resolution locally. But from what you wrote, it seems Pylint has no facilities for that.
Maybe you have a downloadable online repo where this reproduce ?
Bug description
I cannot manage to get Pylint to disable a certain message, be it in
pyproject.toml
or from the command line.Configuration
Command used
Pylint output
Expected behavior
Pylint version
OS / Environment
macOS
Additional dependencies
No response