Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 565 Bytes

File metadata and controls

22 lines (13 loc) · 565 Bytes

Objectstore Client

Usage

TODO

Development

Environment Setup

The considerations for setting up the development environment that can be found in the main README apply for this package as well.

Pre-commit hook

A configuration to set up a git pre-commit hook using pre-commit is available at the root of the repository.

To install it, run

pre-commit install

The hook will automatically run some checks before every commit, including the linters and formatters we run in CI.