-
-
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
Cannot disable C1805 #9961
Comments
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. pylint/pylint/config/find_default_config_files.py Lines 18 to 25 in 88e4bc6
pylint/pylint/config/find_default_config_files.py Lines 70 to 85 in 88e4bc6
|
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
The text was updated successfully, but these errors were encountered: