It would be useful to have a .pylintrc option that lets you specify filenames and warnings to ignore in those files, sort of a combo of the disable= and ignore= options now available. For example, you could set it to disable-in=__init__.py:W0403 to ignore W0403 in every __init__.py you scan. | |
| priority | normal |
|---|---|
| type | enhancement |
| appeared in | <not specified> |
| done in | <not specified> |
| closed by | <not specified> |


#113231 logging checker only looks at root logger, not other logger instances