Closed SmithChart closed 1 year ago
This PR adds flake8 and black to this project.
flake8
black
We first set the tooling up for local use. Running make qa will run both tools and output any problems found.
make qa
Next:
Finally this PR adds Github actions to run the tools on push and in PRs.
@hnez @jluebbe feel free to have another look.
This PR adds
flake8
andblack
to this project.We first set the tooling up for local use. Running
make qa
will run both tools and output any problems found.Next:
black
and some odd whitespaces removed (while we are on it).flake8
are corrected and the imports re-sorted.Finally this PR adds Github actions to run the tools on push and in PRs.