nateraw / modelcards

📝 Utility to create, edit, and publish model cards on the Hugging Face Hub. [**Now lives in huggingface_hub**]
MIT License
15 stars 4 forks source link

MNT add pre-commit-hooks #7

Closed adrinjalali closed 2 years ago

adrinjalali commented 2 years ago

This PR adds the pre-commit hooks to keep the code style in sync with huggingface_hub.

One needs to enable them with pre-commit install on the local copy for them to take effect, by default they're not used.

adrinjalali commented 2 years ago

CI is green now and tests are included. Had to run styling on the codebase.

Please merge if you think it's fine.