This PR adds black because it will automatically format our files allowing our users to focus on coding and letting black fix the formatting issues automatically.
To adhere to black formatting developers can install and run black from the terminal manually, they can install black as an extension in their IDE such as VS code, or they can enable enable the pre-commit hook.
What this PR changes:
Ran black . formatting on the repo
After installing black I auto reformatted the repository using the above command
Added an GitHub actions check that code adheres to black
This PR adds starts to address formatting issues in SEAT by adding black:
This PR adds black because it will automatically format our files allowing our users to focus on coding and letting black fix the formatting issues automatically.
To adhere to black formatting developers can install and run black from the terminal manually, they can install black as an extension in their IDE such as VS code, or they can enable enable the pre-commit hook.
What this PR changes:
black .
formatting on the repo