linux-automation / usbsdmux

USB-SD-Mux Project - Driver and Documentation
GNU Lesser General Public License v2.1
66 stars 19 forks source link

`flake8` and `black`: Fix Problems and add Actions for verification #47

Closed SmithChart closed 1 year ago

SmithChart commented 1 year ago

This PR adds flake8 and black 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:

Finally this PR adds Github actions to run the tools on push and in PRs.

SmithChart commented 1 year ago

@hnez @jluebbe feel free to have another look.