linux-automation / lxa-iobus

Linux Automation IOBus server
https://lxa-iobus.readthedocs.io/en/latest/
Apache License 2.0
3 stars 4 forks source link

Add Tooling for flake8 and black #34

Closed SmithChart closed 5 months ago

SmithChart commented 1 year ago

This PR adds support for running flake8 and black both locally and in Github Actions.

Locally we can simply run make qa and both tools will run.

On Github both tools run in Actions:

This PR re-formats the code using black and fixes problems reported by flake8.

SmithChart commented 5 months ago

Closed in favor of #36