Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 456 Bytes

File metadata and controls

23 lines (16 loc) · 456 Bytes

Contributing to torchstore

We want to make contributing to this project as easy and transparent as possible.

Coding Style

torchstore uses pre-commit hooks to ensure style consistency and prevent common mistakes. Enable it by:

pre-commit install

Ater this pre-commit hooks will be run before every commit.

You can also run this manually on every file using:

pre-commit run --all-files

Run formatter manually: ufmt format .