Prepare for methodological pylint resolutions #1667
Closed
+8
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is a branch from which my next PRs are based upon.
Currently this line:
Is being methodologically addressed in branches on my fork, explicitly:
lint-c
for C0301,C3001,C0114,C0115,C0116,C0200,C0121,C0201,C0206,C0209,C0412,C0415,C2801 @ Resolve pylint c-class: C0301,C3001,C0114,C0115,C0116,C0200,C0121,C0201,C0206,C0209,C0412,C0415,C2801 #1668lint-e
for E0102,E0606,E0611,E1102,E1111,E1120,E1121,E1123,E1135,E1136 @ Resolve pylint e-class: E0102,E0606,E0611,E1102,E1111,E1120,E1121,E1123,E1135,E1136 #1700lint-r
for R0401,R1701,R1703,R1710,R1711,R1735,R0917,R1714,R1716,R1719,R1721,R1728,R1728 @ [*.py] Resolve pylint r-class: R1701,R1703,R1710,R1711,R1735,R1714,R1… #1740lint-w
for W0102,W0107,W0201,W0212,W0221,W0223,W0237,W0404,W0611,W0612,W0613,W0621,W0622,W0631,W0707,W0718,W1201,W1203,W1309,W1514,W4901 @ [*.py] Resolve pylint w-class: W0102,W0107,W0212,W0221,W0223,W0237,W0404,W0611,W0612,W0621,W0622,W0631,W0707,W0718,W1201,W1203,W1309,W1514,W4901 ; [code_style.sh,.github/workflows/CPUTests.yml] Enable w-class #1749So feel free to merge this branch at any time and the other PRs ASAP
Tests
N/A
Checklist
Before submitting this PR, please make sure (put X in square brackets):