You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #18949, python files in the scripts/ directory were reviewed to pass PEP-8, and added to lint. But doc/make.py was left out, as it wasn't in that directory.
Besides PEP-8 problems, make.py has repetitive code that could be avoided by a refactoring.
Also, #15591 and #10340 can be addressed as part of this refactoring.
The text was updated successfully, but these errors were encountered:
In #18949, python files in the scripts/ directory were reviewed to pass PEP-8, and added to lint. But doc/make.py was left out, as it wasn't in that directory.
Besides PEP-8 problems, make.py has repetitive code that could be avoided by a refactoring.
Also, #15591 and #10340 can be addressed as part of this refactoring.
The text was updated successfully, but these errors were encountered: