Check file formatting in the given source directory, but don't edit the files.
black ${SRC_DIR} --check
Format the files in the given source directory.
black ${SRC_DIR}