This repository was archived by the owner on Sep 27, 2024. It is now read-only.
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Prefer single quote strings model-card-toolkit #279
Open
Description
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).