proveskit / circuitpy_flight_software

Flight software for the PROVES Kit.
MIT License
3 stars 8 forks source link

Add precommit hook #28

Closed nateinaction closed 2 months ago

nateinaction commented 3 months ago

Following @TheSilentDefender's suggestion, this PR implements a precommit hook which runs the previously implemented linter black as well as a few additional white space checks. All code changes are whitespace only and should not impact compilation or runtime behavior.