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.
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.