pros-cli
pros-cli copied to clipboard
🎨 Add auto formatter
Summary:
Adds black formatter and isort as pre-commit hooks to automatically format changes. These hooks have been run on every python file in the repo.
Motivation:
These auto formatters will lead to a more consistent coding style.
References (optional):
#301
Test Plan:
- [x] Ensure all hooks run
- [x] Ensure GitHub actions pass
- [x] This PR only includes formatting changes so functionality should be unaffected