I understand that it makes sense to hide some errors by default but if a project explicitly configures the linter then I think the editor should not override local choices. I am specifically talking about cases where one of the following is true:
.pylintrc exists
pylintrc exists
PYLINTRC environment variable is set and points to an existing file
pylintArgs setting is customized
I understand that it makes sense to hide some errors by default but if a project explicitly configures the linter then I think the editor should not override local choices. I am specifically talking about cases where one of the following is true:
.pylintrcexistspylintrcexistsPYLINTRCenvironment variable is set and points to an existing filepylintArgssetting is customized