The check to implement in CI is something along the lines of: black --check forum/ tests/ test_utils/ Then, to format it, run: black forum/ tests/ test_utils/
The check to implement in CI is something along the lines of:
Then, to format it, run: