Open Ayush1325 opened 2 years ago
@BobCF It would be great if someone could approve or disapprove of this issue so that I or someone else can work on.
Since this is my first issue, feel free to mention if I'm not following the proper contributing process.
What does the feature solve?
The EDK II Python Development Process Specification recommends using
Flake8
for checking Python files. However, the current Basetools fails a lot ofFlake8
checks. So I think it would be a good idea to fix them to improve the quality of the code.Describe the solution
The
Flake8
errors can be divided into two broad categories:Have you considered any alternatives?
No response
Additional context
No response