Summary of pylint warnings remaining (develop branch)
pylint message | occurrence | done : |
---|---|---|
E0402, relative-beyond-top-level | 26 | |
W0511, fixme | 19 | |
C0103, invalid-name | 14 | |
W0012, unknown-option-value | 14 | |
C0116, missing-function-docstring | 7 | |
R0914, too-many-locals | 6 | |
R0903, too-few-public-methods | 4 | |
E0611, no-name-in-module | 2 | |
R1702, too-many-nested-blocks | 1 | |
W0406, import-self | 1 | |
W0613, unused-argument | 1 |
The goal of this issue is to visualize the remaining Pylint warnings. To address them, I propose to use this issue as a starting point. For each specific warning, we can create a dedicated issue with a more targeted scope and propose a corresponding fix. This approach will give us better visibility into the progress of the work. Does that sound good to you, @jinglada?