Currently, model-card-toolkit uses both single quotes and double quotes for strings. Update the codebase to use single quote strings so that we have consistent style across the project.
Update yapf lint tooling to prefer single quote strings (if possible).