Radio-Spectrum / SHARC

Simulator for use in sharing and compatibility studies of wireless communication systems
Other
1 stars 16 forks source link

[Issue #1] Automatically fixed PEP8 styling (unopinionated) #56

Closed vitorbborges closed 4 days ago

vitorbborges commented 1 month ago

I used a package called ruff that automatically parses *.py files and corrects simple styling mistakes according to the PEP8 standard. Two files generated parsing errors:

In addition, errors related to:

are not automatically fixable.

vitorbborges commented 1 month ago

Ruff is a relatively "unopinionated" code formatter. The pull request #57 generates a more "opinionated" output that fixes import and unused variables mistakes

vitorbborges commented 1 week ago

@brunohcfaria Posso fechar esse PR?